Html Css Color HEX #853C5C Rose Bud Cherry

📋 copy color: '#853C5C'

red 133 ◦ green 60 ◦ blue 92

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

Shades of Rose Bud Cherry #853C5C

Tints of Rose Bud Cherry #853C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.28%

R = 46.67%
G = 21.05%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#853C5C (or 0x853C5C) is known color: Rose Bud Cherry. HEX triplet: 85, 3C and 5C. RGB value is (133,60,92). Sum of RGB (Red+Green+Blue) = 133+60+92=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #853C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C5C is #7AC3A3. Grayscale: #555555. Windows color (decimal): -8045476 or 6044805. OLE color: 6044805.

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

Color convert

RGB 133 60 92 -
CMYK 0 0.55 0.31 0.48
HSL 333.7º 0.38% 0.38% -
HSV(B) 333.7º 0.55% 0.52% -
XYZ 13.22 8.99 11.16 -
YUV 85.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 133 60 92 0 0.55 0.31 0.48 333.7 0.38 0.38
Hex 85 3C 5C 0 37 1F 30 14E 26 26
Octal 205 74 134 0 67 37 60 516 46 46
Binary 10000101 111100 1011100 0 110111 11111 110000 101001110 100110 100110

Color Harmonies of #853C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C5C

Black with #853C5C

Text Example


Text Example

White with #853C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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