Html Css Color HEX #852860 Rose Bud Cherry

📋 copy color: '#852860'

red 133 ◦ green 40 ◦ blue 96

#852860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #852860

Tints of Rose Bud Cherry #852860

RGB

 RED value IS 133 (52.34% from 255) = 49.44%

 GREEN value IS 40 (16.02% from 255) = 14.87%

 BLUE value IS 96 (37.89% from 255) = 35.69%

R = 49.44%
G = 14.87%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#852860 (or 0x852860) is known color: Rose Bud Cherry. HEX triplet: 85, 28 and 60. RGB value is (133,40,96). Sum of RGB (Red+Green+Blue) = 133+40+96=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #852860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852860 is #7AD79F. Grayscale: #4A4A4A. Windows color (decimal): -8050592 or 6301829. OLE color: 6301829.

HSL color Cylindrical-coordinate representation of color #852860: hue angle of 323.87º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852860 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 96 -
CMYK 0 0.70 0.28 0.48
HSL 323.87º 0.54% 0.34% -
HSV(B) 323.87º 0.7% 0.52% -
XYZ 12.54 7.35 11.82 -
YUV 74.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 133 40 96 0 0.70 0.28 0.48 323.87 0.54 0.34
Hex 85 28 60 0 46 1C 30 144 36 22
Octal 205 50 140 0 106 34 60 504 66 42
Binary 10000101 101000 1100000 0 1000110 11100 110000 101000100 110110 100010

Color Harmonies of #852860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852860

Black with #852860

Text Example


Text Example

White with #852860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852860; }

 p { color: rgb(133,40,96); }

 H1.HeaderClassName
 {
   color: #852860;
 }
 .AnyTagClassName
 {
   color: #852860;
 }
</style>

background-color css

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

 a { background-color: rgb(133,40,96); }

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

border-color css

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

 span { border-color: rgb(133,40,96); }

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