#853754

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

Shades of Rose Bud Cherry #853754

Tints of Rose Bud Cherry #853754

Color information

#853754 (or 0x853754) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 37 and 54. RGB value is (133,55,84). Sum of RGB (Red+Green+Blue) = 133+55+84=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #853754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853754 is #7AC8AB. Grayscale: #515151. Windows color (decimal): -8046764 or 5519237. OLE color: 5519237.

HSL color Cylindrical-coordinate representation of color #853754: hue angle of 337.69º 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 #853754 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB1335584-
CMYK00.590.370.48
HSL337.69º41.49%36.86%-
HSV(B)337.69º58.65%52.16%-
XYZ12.648.369.33-
YUV81.63129.34164.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 55 (21.88% from 255) = 20.22%
BLUE value IS 84 (33.20% from 255) = 30.88%
R=48.90%
G=20.22%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133558400.590.370.48337.6941.4936.86
Hex85375403B25301522925
Octal2056712407345605225145
Binary1000010111011110101000111011100101110000101010010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853754; }

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

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

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

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

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

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

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

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