Html Css Color HEX #853D58 Rose Bud Cherry

📋 copy color: '#853D58'

red 133 ◦ green 61 ◦ blue 88

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

Shades of Rose Bud Cherry #853D58

Tints of Rose Bud Cherry #853D58

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.63%

 BLUE value IS 88 (34.77% from 255) = 31.21%

R = 47.16%
G = 21.63%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#853D58 (or 0x853D58) is known color: Rose Bud Cherry. HEX triplet: 85, 3D and 58. RGB value is (133,61,88). Sum of RGB (Red+Green+Blue) = 133+61+88=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #853D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853D58 is #7AC2A7. Grayscale: #555555. Windows color (decimal): -8045224 or 5782917. OLE color: 5782917.

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

Color convert

RGB 133 61 88 -
CMYK 0 0.54 0.34 0.48
HSL 337.5º 0.37% 0.38% -
HSV(B) 337.5º 0.54% 0.52% -
XYZ 13.1 9.03 10.28 -
YUV 85.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 133 61 88 0 0.54 0.34 0.48 337.5 0.37 0.38
Hex 85 3D 58 0 36 22 30 152 25 26
Octal 205 75 130 0 66 42 60 522 45 46
Binary 10000101 111101 1011000 0 110110 100010 110000 101010010 100101 100110

Color Harmonies of #853D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D58

Black with #853D58

Text Example


Text Example

White with #853D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,61,88); }

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

background-color css

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

 a { background-color: rgb(133,61,88); }

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

border-color css

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

 span { border-color: rgb(133,61,88); }

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