Html Css Color HEX #86124C Rose Bud Cherry

📋 copy color: '#86124C'

red 134 ◦ green 18 ◦ blue 76

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

Shades of Rose Bud Cherry #86124C

Tints of Rose Bud Cherry #86124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.33%

R = 58.77%
G = 7.89%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#86124C (or 0x86124C) is known color: Rose Bud Cherry. HEX triplet: 86, 12 and 4C. RGB value is (134,18,76). Sum of RGB (Red+Green+Blue) = 134+18+76=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #86124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86124C is #79EDB3. Grayscale: #3B3B3B. Windows color (decimal): -7990708 or 4985478. OLE color: 4985478.

HSL color Cylindrical-coordinate representation of color #86124C: hue angle of 330º 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 #86124C is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 76 -
CMYK 0 0.87 0.43 0.47
HSL 330º 0.76% 0.3% -
HSV(B) 330º 0.87% 0.53% -
XYZ 11.35 6.02 7.4 -
YUV 59.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 134 18 76 0 0.87 0.43 0.47 330 0.76 0.3
Hex 86 12 4C 0 57 2B 2F 14A 4C 1E
Octal 206 22 114 0 127 53 57 512 114 36
Binary 10000110 10010 1001100 0 1010111 101011 101111 101001010 1001100 11110

Color Harmonies of #86124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86124C

Black with #86124C

Text Example


Text Example

White with #86124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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