Html Css Color HEX #852159 Rose Bud Cherry

📋 copy color: '#852159'

red 133 ◦ green 33 ◦ blue 89

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

Shades of Rose Bud Cherry #852159

Tints of Rose Bud Cherry #852159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

 BLUE value IS 89 (35.16% from 255) = 34.9%

R = 52.16%
G = 12.94%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#852159 (or 0x852159) is known color: Rose Bud Cherry. HEX triplet: 85, 21 and 59. RGB value is (133,33,89). Sum of RGB (Red+Green+Blue) = 133+33+89=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #852159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852159 is #7ADEA6. Grayscale: #454545. Windows color (decimal): -8052391 or 5841285. OLE color: 5841285.

HSL color Cylindrical-coordinate representation of color #852159: hue angle of 326.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852159 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 89 -
CMYK 0 0.75 0.33 0.48
HSL 326.4º 0.6% 0.33% -
HSV(B) 326.4º 0.75% 0.52% -
XYZ 12.02 6.8 10.13 -
YUV 69.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 133 33 89 0 0.75 0.33 0.48 326.4 0.6 0.33
Hex 85 21 59 0 4B 21 30 146 3C 21
Octal 205 41 131 0 113 41 60 506 74 41
Binary 10000101 100001 1011001 0 1001011 100001 110000 101000110 111100 100001

Color Harmonies of #852159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852159

Black with #852159

Text Example


Text Example

White with #852159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852159; }

 p { color: rgb(133,33,89); }

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

background-color css

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

 a { background-color: rgb(133,33,89); }

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

border-color css

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

 span { border-color: rgb(133,33,89); }

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