#852E64

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

Shades of Rose Bud Cherry #852E64

Tints of Rose Bud Cherry #852E64

Color information

#852E64 (or 0x852E64) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2E and 64. RGB value is (133,46,100). Sum of RGB (Red+Green+Blue) = 133+46+100=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #852E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852E64 is #7AD19B. Grayscale: #4E4E4E. Windows color (decimal): -8049052 or 6565509. OLE color: 6565509.

HSL color Cylindrical-coordinate representation of color #852E64: hue angle of 322.76º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852E64 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB13346100-
CMYK00.650.250.48
HSL322.76º48.6%35.1%-
HSV(B)322.76º65.41%52.16%-
XYZ12.957.8612.89-
YUV78.17140.32167.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=47.67%
G=16.49%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334610000.650.250.48322.7648.635.1
Hex852E6404119301433123
Octal20556144010131605036143
Binary1000010110111011001000100000111001110000101000011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852E64; }

 p { color: rgb(133,46,100); }

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

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

 a { background-color: rgb(133,46,100); }

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

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

 span { border-color: rgb(133,46,100); }

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