#862952

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

Shades of Rose Bud Cherry #862952

Tints of Rose Bud Cherry #862952

Color information

#862952 (or 0x862952) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 29 and 52. RGB value is (134,41,82). Sum of RGB (Red+Green+Blue) = 134+41+82=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #862952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862952 is #79D6AD. Grayscale: #494949. Windows color (decimal): -7984814 or 5384582. OLE color: 5384582.

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

Color convert

RGB1344182-
CMYK00.690.390.47
HSL333.55º53.14%34.31%-
HSV(B)333.55º69.4%52.55%-
XYZ12.157.268.74-
YUV73.48132.81171.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=52.14%
G=15.95%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134418200.690.390.47333.5553.1434.31
Hex862952045272F14e3522
Octal20651122010547575166542
Binary10000110101001101001001000101100111101111101001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862952; }

 p { color: rgb(134,41,82); }

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

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

 a { background-color: rgb(134,41,82); }

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

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

 span { border-color: rgb(134,41,82); }

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