#853666

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

Shades of Rose Bud Cherry #853666

Tints of Rose Bud Cherry #853666

Color information

#853666 (or 0x853666) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 36 and 66. RGB value is (133,54,102). Sum of RGB (Red+Green+Blue) = 133+54+102=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #853666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853666 is #7AC999. Grayscale: #525252. Windows color (decimal): -8047002 or 6698629. OLE color: 6698629.

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

Color convert

RGB13354102-
CMYK00.590.230.48
HSL323.54º42.25%36.67%-
HSV(B)323.54º59.4%52.16%-
XYZ13.398.5813.52-
YUV83.09138.67163.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=46.02%
G=18.69%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335410200.590.230.48323.5442.2536.67
Hex85366603B17301442a25
Octal2056614607327605045245
Binary100001011101101100110011101110111110000101000100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853666; }

 p { color: rgb(133,54,102); }

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

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

 a { background-color: rgb(133,54,102); }

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

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

 span { border-color: rgb(133,54,102); }

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