#853757

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

Shades of Rose Bud Cherry #853757

Tints of Rose Bud Cherry #853757

Color information

#853757 (or 0x853757) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 37 and 57. RGB value is (133,55,87). Sum of RGB (Red+Green+Blue) = 133+55+87=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #853757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853757 is #7AC8A8. Grayscale: #515151. Windows color (decimal): -8046761 or 5715845. OLE color: 5715845.

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

Color convert

RGB1335587-
CMYK00.590.350.48
HSL335.38º41.49%36.86%-
HSV(B)335.38º58.65%52.16%-
XYZ12.768.419.97-
YUV81.97130.84164.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 55 (21.88% from 255) = 20%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=48.36%
G=20%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133558700.590.350.48335.3841.4936.86
Hex85375703B233014f2925
Octal2056712707343605175145
Binary1000010111011110101110111011100011110000101001111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853757; }

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

 H1.HeaderClassName
 {
   color: #853757;
 }
 .AnyTagClassName
 {
   color: #853757;
 }
</style>
background-color css

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

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

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

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

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

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