#802C5A

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

Shades of Rose Bud Cherry #802C5A

Tints of Rose Bud Cherry #802C5A

Color information

#802C5A (or 0x802C5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 2C and 5A. RGB value is (128,44,90). Sum of RGB (Red+Green+Blue) = 128+44+90=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #802C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802C5A is #7FD3A5. Grayscale: #4A4A4A. Windows color (decimal): -8377254 or 5909632. OLE color: 5909632.

HSL color Cylindrical-coordinate representation of color #802C5A: hue angle of 327.14º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C5A is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1284490-
CMYK00.660.300.50
HSL327.14º48.84%33.73%-
HSV(B)327.14º65.62%50.2%-
XYZ11.657.1310.43-
YUV74.36136.83166.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.85%
GREEN value IS 44 (17.58% from 255) = 16.79%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=48.85%
G=16.79%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128449000.660.300.50327.1448.8433.73
Hex802C5A0421E321473122
Octal20054132010236625076142
Binary1000000010110010110100100001011110110010101000111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802C5A; }

 p { color: rgb(128,44,90); }

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

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

 a { background-color: rgb(128,44,90); }

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

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

 span { border-color: rgb(128,44,90); }

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