Html Css Color HEX #852F59 Rose Bud Cherry

📋 copy color: '#852F59'

red 133 ◦ green 47 ◦ blue 89

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

Shades of Rose Bud Cherry #852F59

Tints of Rose Bud Cherry #852F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.47%

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

R = 49.44%
G = 17.47%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#852F59 (or 0x852F59) is known color: Rose Bud Cherry. HEX triplet: 85, 2F and 59. RGB value is (133,47,89). Sum of RGB (Red+Green+Blue) = 133+47+89=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #852F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852F59 is #7AD0A6. Grayscale: #4D4D4D. Windows color (decimal): -8048807 or 5844869. OLE color: 5844869.

HSL color Cylindrical-coordinate representation of color #852F59: hue angle of 330.7º degrees, saturation: 0.48, 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 #852F59 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 47 89 -
CMYK 0 0.65 0.33 0.48
HSL 330.7º 0.48% 0.35% -
HSV(B) 330.7º 0.65% 0.52% -
XYZ 12.49 7.74 10.29 -
YUV 77.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 133 47 89 0 0.65 0.33 0.48 330.7 0.48 0.35
Hex 85 2F 59 0 41 21 30 14B 30 23
Octal 205 57 131 0 101 41 60 513 60 43
Binary 10000101 101111 1011001 0 1000001 100001 110000 101001011 110000 100011

Color Harmonies of #852F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F59

Black with #852F59

Text Example


Text Example

White with #852F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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