#80165A

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

Shades of Rose Bud Cherry #80165A

Tints of Rose Bud Cherry #80165A

Color information

#80165A (or 0x80165A) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 16 and 5A. RGB value is (128,22,90). Sum of RGB (Red+Green+Blue) = 128+22+90=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80165A is #7FE9A5. Grayscale: #3D3D3D. Windows color (decimal): -8382886 or 5904000. OLE color: 5904000.

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

Color convert

RGB1282290-
CMYK00.830.300.50
HSL321.51º70.67%29.41%-
HSV(B)321.51º82.81%50.2%-
XYZ11.035.910.23-
YUV61.45144.12175.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=53.33%
G=9.17%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128229000.830.300.50321.5170.6729.41
Hex80165A0531E32142471d
Octal200261320123366250210735
Binary100000001011010110100101001111110110010101000010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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