#80385A

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

Shades of Rose Bud Cherry #80385A

Tints of Rose Bud Cherry #80385A

Color information

#80385A (or 0x80385A) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 38 and 5A. RGB value is (128,56,90). Sum of RGB (Red+Green+Blue) = 128+56+90=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80385A is #7FC7A5. Grayscale: #515151. Windows color (decimal): -8374182 or 5912704. OLE color: 5912704.

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

Color convert

RGB1285690-
CMYK00.560.300.50
HSL331.67º39.13%36.08%-
HSV(B)331.67º56.25%50.2%-
XYZ12.168.1610.61-
YUV81.4132.85161.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.72%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=46.72%
G=20.44%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128569000.560.300.50331.6739.1336.08
Hex80385A0381E3214c2724
Octal2007013207036625144744
Binary100000001110001011010011100011110110010101001100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80385A; }

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

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

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

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

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

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

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

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