Html Css Color HEX #853C59 Rose Bud Cherry

📋 copy color: '#853C59'

red 133 ◦ green 60 ◦ blue 89

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

Shades of Rose Bud Cherry #853C59

Tints of Rose Bud Cherry #853C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.28%

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

R = 47.16%
G = 21.28%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#853C59 (or 0x853C59) is known color: Rose Bud Cherry. HEX triplet: 85, 3C and 59. RGB value is (133,60,89). Sum of RGB (Red+Green+Blue) = 133+60+89=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #853C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C59 is #7AC3A6. Grayscale: #555555. Windows color (decimal): -8045479 or 5848197. OLE color: 5848197.

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

Color convert

RGB 133 60 89 -
CMYK 0 0.55 0.33 0.48
HSL 336.16º 0.38% 0.38% -
HSV(B) 336.16º 0.55% 0.52% -
XYZ 13.09 8.94 10.49 -
YUV 85.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 133 60 89 0 0.55 0.33 0.48 336.16 0.38 0.38
Hex 85 3C 59 0 37 21 30 150 26 26
Octal 205 74 131 0 67 41 60 520 46 46
Binary 10000101 111100 1011001 0 110111 100001 110000 101010000 100110 100110

Color Harmonies of #853C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C59

Black with #853C59

Text Example


Text Example

White with #853C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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