Html Css Color HEX #853557 Rose Bud Cherry

📋 copy color: '#853557'

red 133 ◦ green 53 ◦ blue 87

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

Shades of Rose Bud Cherry #853557

Tints of Rose Bud Cherry #853557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.41%

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

R = 48.72%
G = 19.41%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#853557 (or 0x853557) is known color: Rose Bud Cherry. HEX triplet: 85, 35 and 57. RGB value is (133,53,87). Sum of RGB (Red+Green+Blue) = 133+53+87=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #853557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853557 is #7ACAA8. Grayscale: #505050. Windows color (decimal): -8047273 or 5715333. OLE color: 5715333.

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

Color convert

RGB 133 53 87 -
CMYK 0 0.60 0.35 0.48
HSL 334.5º 0.43% 0.36% -
HSV(B) 334.5º 0.6% 0.52% -
XYZ 12.67 8.22 9.94 -
YUV 80.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 133 53 87 0 0.60 0.35 0.48 334.5 0.43 0.36
Hex 85 35 57 0 3C 23 30 14E 2B 24
Octal 205 65 127 0 74 43 60 516 53 44
Binary 10000101 110101 1010111 0 111100 100011 110000 101001110 101011 100100

Color Harmonies of #853557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853557

Black with #853557

Text Example


Text Example

White with #853557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853557; }

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

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

background-color css

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

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

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

border-color css

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

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

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