#862550

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

Shades of Rose Bud Cherry #862550

Tints of Rose Bud Cherry #862550

Color information

#862550 (or 0x862550) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 25 and 50. RGB value is (134,37,80). Sum of RGB (Red+Green+Blue) = 134+37+80=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #862550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862550 is #79DAAF. Grayscale: #464646. Windows color (decimal): -7985840 or 5252486. OLE color: 5252486.

HSL color Cylindrical-coordinate representation of color #862550: hue angle of 333.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862550 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1343780-
CMYK00.720.400.47
HSL333.4º56.73%33.53%-
HSV(B)333.4º72.39%52.55%-
XYZ11.946.978.31-
YUV70.9133.14173-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=53.39%
G=14.74%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134378000.720.400.47333.456.7333.53
Hex862550048282F14d3922
Octal20645120011050575157142
Binary10000110100101101000001001000101000101111101001101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862550; }

 p { color: rgb(134,37,80); }

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

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

 a { background-color: rgb(134,37,80); }

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

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

 span { border-color: rgb(134,37,80); }

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