#80235A

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

Shades of Rose Bud Cherry #80235A

Tints of Rose Bud Cherry #80235A

Color information

#80235A (or 0x80235A) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 23 and 5A. RGB value is (128,35,90). Sum of RGB (Red+Green+Blue) = 128+35+90=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #80235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80235A is #7FDCA5. Grayscale: #444444. Windows color (decimal): -8379558 or 5907328. OLE color: 5907328.

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

Color convert

RGB1283590-
CMYK00.730.300.50
HSL324.52º57.06%31.96%-
HSV(B)324.52º72.66%50.2%-
XYZ11.356.5310.34-
YUV69.08139.81170.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.59%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=50.59%
G=13.83%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128359000.730.300.50324.5257.0631.96
Hex80235A0491E321453920
Octal20043132011136625057140
Binary1000000010001110110100100100111110110010101000101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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