#853466

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

Shades of Rose Bud Cherry #853466

Tints of Rose Bud Cherry #853466

Color information

#853466 (or 0x853466) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 34 and 66. RGB value is (133,52,102). Sum of RGB (Red+Green+Blue) = 133+52+102=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #853466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853466 is #7ACB99. Grayscale: #515151. Windows color (decimal): -8047514 or 6698117. OLE color: 6698117.

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

Color convert

RGB13352102-
CMYK00.610.230.48
HSL322.96º43.78%36.27%-
HSV(B)322.96º60.9%52.16%-
XYZ13.38.413.49-
YUV81.92139.34164.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=46.34%
G=18.12%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335210200.610.230.48322.9643.7836.27
Hex85346603D17301432c24
Octal2056414607527605035444
Binary100001011101001100110011110110111110000101000011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853466; }

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

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

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

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

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

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

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

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