#851153

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

Shades of Rose Bud Cherry #851153

Tints of Rose Bud Cherry #851153

Color information

#851153 (or 0x851153) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 11 and 53. RGB value is (133,17,83). Sum of RGB (Red+Green+Blue) = 133+17+83=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #851153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851153 is #7AEEAC. Grayscale: #3B3B3B. Windows color (decimal): -8056493 or 5443973. OLE color: 5443973.

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

Color convert

RGB1331783-
CMYK00.870.380.48
HSL325.86º77.33%29.41%-
HSV(B)325.86º87.22%52.16%-
XYZ11.436.018.74-
YUV59.21141.43180.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 17 (7.03% from 255) = 7.30%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=57.08%
G=7.30%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133178300.870.380.48325.8677.3329.41
Hex85115305726301464d1d
Octal205211230127466050611535
Binary1000010110001101001101010111100110110000101000110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851153; }

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

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

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

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

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

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

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

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