#86124B

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

Shades of Rose Bud Cherry #86124B

Tints of Rose Bud Cherry #86124B

Color information

#86124B (or 0x86124B) is unknown color: approx 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

RGB1341875-
CMYK00.870.440.47
HSL330.52º76.32%29.8%-
HSV(B)330.52º86.57%52.55%-
XYZ11.326.017.22-
YUV59.18136.93181.37-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134187500.870.440.47330.5276.3229.8
Hex86124B0572C2F14b4c1e
Octal206221130127545751311436
Binary1000011010010100101101010111101100101111101001011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>