Html Css Color HEX #852059 Rose Bud Cherry

📋 copy color: '#852059'

red 133 ◦ green 32 ◦ blue 89

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

Shades of Rose Bud Cherry #852059

Tints of Rose Bud Cherry #852059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

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

R = 52.36%
G = 12.6%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#852059 (or 0x852059) is known color: Rose Bud Cherry. HEX triplet: 85, 20 and 59. RGB value is (133,32,89). Sum of RGB (Red+Green+Blue) = 133+32+89=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #852059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852059 is #7ADFA6. Grayscale: #444444. Windows color (decimal): -8052647 or 5841029. OLE color: 5841029.

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

Color convert

RGB 133 32 89 -
CMYK 0 0.76 0.33 0.48
HSL 326.14º 0.61% 0.32% -
HSV(B) 326.14º 0.76% 0.52% -
XYZ 11.99 6.74 10.12 -
YUV 68.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 133 32 89 0 0.76 0.33 0.48 326.14 0.61 0.32
Hex 85 20 59 0 4C 21 30 146 3D 20
Octal 205 40 131 0 114 41 60 506 75 40
Binary 10000101 100000 1011001 0 1001100 100001 110000 101000110 111101 100000

Color Harmonies of #852059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852059

Black with #852059

Text Example


Text Example

White with #852059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852059; }

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

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

background-color css

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

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

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

border-color css

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

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

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