Html Css Color HEX #853961 Rose Bud Cherry

📋 copy color: '#853961'

red 133 ◦ green 57 ◦ blue 97

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

Shades of Rose Bud Cherry #853961

Tints of Rose Bud Cherry #853961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.86%

 BLUE value IS 97 (38.28% from 255) = 33.8%

R = 46.34%
G = 19.86%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#853961 (or 0x853961) is known color: Rose Bud Cherry. HEX triplet: 85, 39 and 61. RGB value is (133,57,97). Sum of RGB (Red+Green+Blue) = 133+57+97=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #853961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853961 is #7AC69E. Grayscale: #545454. Windows color (decimal): -8046239 or 6371717. OLE color: 6371717.

HSL color Cylindrical-coordinate representation of color #853961: hue angle of 328.42º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853961 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 57 97 -
CMYK 0 0.57 0.27 0.48
HSL 328.42º 0.4% 0.37% -
HSV(B) 328.42º 0.57% 0.52% -
XYZ 13.29 8.78 12.3 -
YUV 84.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 133 57 97 0 0.57 0.27 0.48 328.42 0.4 0.37
Hex 85 39 61 0 39 1B 30 148 28 25
Octal 205 71 141 0 71 33 60 510 50 45
Binary 10000101 111001 1100001 0 111001 11011 110000 101001000 101000 100101

Color Harmonies of #853961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853961

Black with #853961

Text Example


Text Example

White with #853961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853961; }

 p { color: rgb(133,57,97); }

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

background-color css

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

 a { background-color: rgb(133,57,97); }

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

border-color css

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

 span { border-color: rgb(133,57,97); }

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