#801A55

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

Shades of Rose Bud Cherry #801A55

Tints of Rose Bud Cherry #801A55

Color information

#801A55 (or 0x801A55) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 1A and 55. RGB value is (128,26,85). Sum of RGB (Red+Green+Blue) = 128+26+85=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #801A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801A55 is #7FE5AA. Grayscale: #3F3F3F. Windows color (decimal): -8381867 or 5577344. OLE color: 5577344.

HSL color Cylindrical-coordinate representation of color #801A55: hue angle of 325.29º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801A55 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB1282685-
CMYK00.800.340.50
HSL325.29º66.23%30.2%-
HSV(B)325.29º79.69%50.2%-
XYZ10.915.989.17-
YUV63.22140.29174.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.56%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=53.56%
G=10.88%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128268500.800.340.50325.2966.2330.2
Hex801A550502232145421e
Octal200321250120426250510236
Binary1000000011010101010101010000100010110010101000101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801A55; }

 p { color: rgb(128,26,85); }

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

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

 a { background-color: rgb(128,26,85); }

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

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

 span { border-color: rgb(128,26,85); }

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