#853066

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

Shades of Rose Bud Cherry #853066

Tints of Rose Bud Cherry #853066

Color information

#853066 (or 0x853066) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 30 and 66. RGB value is (133,48,102). Sum of RGB (Red+Green+Blue) = 133+48+102=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #853066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853066 is #7ACF99. Grayscale: #4F4F4F. Windows color (decimal): -8048538 or 6697093. OLE color: 6697093.

HSL color Cylindrical-coordinate representation of color #853066: hue angle of 321.88º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853066 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13348102-
CMYK00.640.230.48
HSL321.88º46.96%35.49%-
HSV(B)321.88º63.91%52.16%-
XYZ13.138.0613.43-
YUV79.57140.66166.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=47.00%
G=16.96%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334810200.640.230.48321.8846.9635.49
Hex85306604017301422f23
Octal20560146010027605025743
Binary1000010111000011001100100000010111110000101000010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853066; }

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

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

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

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

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

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

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

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