#803A5A

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

Shades of Rose Bud Cherry #803A5A

Tints of Rose Bud Cherry #803A5A

Color information

#803A5A (or 0x803A5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 3A and 5A. RGB value is (128,58,90). Sum of RGB (Red+Green+Blue) = 128+58+90=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #803A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803A5A is #7FC5A5. Grayscale: #525252. Windows color (decimal): -8373670 or 5913216. OLE color: 5913216.

HSL color Cylindrical-coordinate representation of color #803A5A: hue angle of 332.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803A5A is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1285890-
CMYK00.550.300.50
HSL332.57º37.63%36.47%-
HSV(B)332.57º54.69%50.2%-
XYZ12.268.3510.64-
YUV82.58132.19160.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.38%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=46.38%
G=21.01%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128589000.550.300.50332.5737.6336.47
Hex803A5A0371E3214d2624
Octal2007213206736625154644
Binary100000001110101011010011011111110110010101001101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803A5A; }

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

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

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

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

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

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

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

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