Html Css Color HEX #853C57 Rose Bud Cherry

📋 copy color: '#853C57'

red 133 ◦ green 60 ◦ blue 87

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

Shades of Rose Bud Cherry #853C57

Tints of Rose Bud Cherry #853C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 47.5%
G = 21.43%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#853C57 (or 0x853C57) is known color: Rose Bud Cherry. HEX triplet: 85, 3C and 57. RGB value is (133,60,87). Sum of RGB (Red+Green+Blue) = 133+60+87=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #853C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C57 is #7AC3A8. Grayscale: #545454. Windows color (decimal): -8045481 or 5717125. OLE color: 5717125.

HSL color Cylindrical-coordinate representation of color #853C57: hue angle of 337.81º 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 #853C57 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 87 -
CMYK 0 0.55 0.35 0.48
HSL 337.81º 0.38% 0.38% -
HSV(B) 337.81º 0.55% 0.52% -
XYZ 13.01 8.91 10.05 -
YUV 84.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 133 60 87 0 0.55 0.35 0.48 337.81 0.38 0.38
Hex 85 3C 57 0 37 23 30 152 26 26
Octal 205 74 127 0 67 43 60 522 46 46
Binary 10000101 111100 1010111 0 110111 100011 110000 101010010 100110 100110

Color Harmonies of #853C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C57

Black with #853C57

Text Example


Text Example

White with #853C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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