Html Css Color HEX #86124B Rose Bud Cherry

📋 copy color: '#86124B'

red 134 ◦ green 18 ◦ blue 75

#86124B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #86124B

Tints of Rose Bud Cherry #86124B

RGB

 RED value IS 134 (52.73% from 255) = 59.03%

 GREEN value IS 18 (7.42% from 255) = 7.93%

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 59.03%
G = 7.93%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#86124B (or 0x86124B) is known color: Rose Bud Cherry. HEX triplet: 86, 12 and 4B. RGB value is (134,18,75). Sum of RGB (Red+Green+Blue) = 134+18+75=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86124B is #79EDB4. Grayscale: #3B3B3B. Windows color (decimal): -7990709 or 4919942. OLE color: 4919942.

HSL color Cylindrical-coordinate representation of color #86124B: hue angle of 330.52º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86124B is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 75 -
CMYK 0 0.87 0.44 0.47
HSL 330.52º 0.76% 0.3% -
HSV(B) 330.52º 0.87% 0.53% -
XYZ 11.32 6.01 7.22 -
YUV 59.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 134 18 75 0 0.87 0.44 0.47 330.52 0.76 0.3
Hex 86 12 4B 0 57 2C 2F 14B 4C 1E
Octal 206 22 113 0 127 54 57 513 114 36
Binary 10000110 10010 1001011 0 1010111 101100 101111 101001011 1001100 11110

Color Harmonies of #86124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86124B

Black with #86124B

Text Example


Text Example

White with #86124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86124B; }

 p { color: rgb(134,18,75); }

 H1.HeaderClassName
 {
   color: #86124B;
 }
 .AnyTagClassName
 {
   color: #86124B;
 }
</style>

background-color css

<style>
 a { background-color: #86124B; }

 a { background-color: rgb(134,18,75); }

 div.DivClassName
 {
   background-color: #86124B;
 }
 .BgClassName
 {
   background-color: #86124B;
 }
</style>

border-color css

<style>
 span { border-color: #86124B; }

 span { border-color: rgb(134,18,75); }

 td.TdClassName
 {
   border-color: #86124B;
 }
 .TagClassName
 {
   border-color: #86124B;
 }
</style>