#853353

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

Shades of Rose Bud Cherry #853353

Tints of Rose Bud Cherry #853353

Color information

#853353 (or 0x853353) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 33 and 53. RGB value is (133,51,83). Sum of RGB (Red+Green+Blue) = 133+51+83=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #853353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853353 is #7ACCAC. Grayscale: #4F4F4F. Windows color (decimal): -8047789 or 5452677. OLE color: 5452677.

HSL color Cylindrical-coordinate representation of color #853353: hue angle of 336.59º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853353 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1335183-
CMYK00.620.380.48
HSL336.59º44.57%36.08%-
HSV(B)336.59º61.65%52.16%-
XYZ12.427.989.07-
YUV79.17130.17166.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=49.81%
G=19.10%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133518300.620.380.48336.5944.5736.08
Hex85335303E26301512d24
Octal2056312307646605215544
Binary1000010111001110100110111110100110110000101010001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853353; }

 p { color: rgb(133,51,83); }

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

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

 a { background-color: rgb(133,51,83); }

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

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

 span { border-color: rgb(133,51,83); }

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