#853468

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

Shades of Rose Bud Cherry #853468

Tints of Rose Bud Cherry #853468

Color information

#853468 (or 0x853468) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 34 and 68. RGB value is (133,52,104). Sum of RGB (Red+Green+Blue) = 133+52+104=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #853468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853468 is #7ACB97. Grayscale: #525252. Windows color (decimal): -8047512 or 6829189. OLE color: 6829189.

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

Color convert

RGB13352104-
CMYK00.610.220.48
HSL321.48º43.78%36.27%-
HSV(B)321.48º60.9%52.16%-
XYZ13.48.4414.02-
YUV82.15140.34164.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=46.02%
G=17.99%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335210400.610.220.48321.4843.7836.27
Hex85346803D16301412c24
Octal2056415007526605015444
Binary100001011101001101000011110110110110000101000001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853468; }

 p { color: rgb(133,52,104); }

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

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

 a { background-color: rgb(133,52,104); }

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

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

 span { border-color: rgb(133,52,104); }

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