#853961

Color #853961 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #853961

Tints of Rose Bud Cherry #853961

Color information

#853961 (or 0x853961) is unknown color: approx 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

RGB1335797-
CMYK00.570.270.48
HSL328.42º40%37.25%-
HSV(B)328.42º57.14%52.16%-
XYZ13.298.7812.3-
YUV84.28135.18162.75-

RGB Variations

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

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.80%
R=46.34%
G=19.86%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133579700.570.270.48328.424037.25
Hex8539610391B301482825
Octal2057114107133605105045
Binary100001011110011100001011100111011110000101001000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>