#86124F

Color #86124F Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #86124F

Tints of Rose Bud Cherry #86124F

Color information

#86124F (or 0x86124F) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 12 and 4F. RGB value is (134,18,79). Sum of RGB (Red+Green+Blue) = 134+18+79=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86124F is #79EDB0. Grayscale: #3B3B3B. Windows color (decimal): -7990705 or 5182086. OLE color: 5182086.

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

Color convert

RGB1341879-
CMYK00.870.410.47
HSL328.45º76.32%29.8%-
HSV(B)328.45º86.57%52.55%-
XYZ11.466.077.96-
YUV59.64138.93181.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.01%
GREEN value IS 18 (7.42% from 255) = 7.79%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=58.01%
G=7.79%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134187900.870.410.47328.4576.3229.8
Hex86124F057292F1484c1e
Octal206221170127515751011436
Binary1000011010010100111101010111101001101111101001000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86124F;
 }
 .AnyTagClassName
 {
   color: #86124F;
 }
</style>
background-color css

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

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

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

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

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

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