#851154

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

Shades of Rose Bud Cherry #851154

Tints of Rose Bud Cherry #851154

Color information

#851154 (or 0x851154) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 11 and 54. RGB value is (133,17,84). Sum of RGB (Red+Green+Blue) = 133+17+84=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #851154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851154 is #7AEEAB. Grayscale: #3B3B3B. Windows color (decimal): -8056492 or 5509509. OLE color: 5509509.

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

Color convert

RGB1331784-
CMYK00.870.370.48
HSL325.34º77.33%29.41%-
HSV(B)325.34º87.22%52.16%-
XYZ11.476.038.95-
YUV59.32141.93180.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.84%
GREEN value IS 17 (7.03% from 255) = 7.26%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=56.84%
G=7.26%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133178400.870.370.48325.3477.3329.41
Hex85115405725301454d1d
Octal205211240127456050511535
Binary1000010110001101010001010111100101110000101000101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851154; }

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

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

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

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

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

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

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

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