#863052

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

Shades of Rose Bud Cherry #863052

Tints of Rose Bud Cherry #863052

Color information

#863052 (or 0x863052) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 30 and 52. RGB value is (134,48,82). Sum of RGB (Red+Green+Blue) = 134+48+82=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #863052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863052 is #79CFAD. Grayscale: #4D4D4D. Windows color (decimal): -7983022 or 5386374. OLE color: 5386374.

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

Color convert

RGB1344882-
CMYK00.640.390.47
HSL336.28º47.25%35.69%-
HSV(B)336.28º64.18%52.55%-
XYZ12.417.798.83-
YUV77.59130.49168.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=50.76%
G=18.18%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134488200.640.390.47336.2847.2535.69
Hex863052040272F1502f24
Octal20660122010047575205744
Binary10000110110000101001001000000100111101111101010000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863052; }

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

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

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

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

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

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

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

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