#80171A

Color #80171A Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #80171A

Tints of Red Berry #80171A

Color information

#80171A (or 0x80171A) is unknown color: approx Red Berry. HEX triplet: 80, 17 and 1A. RGB value is (128,23,26). Sum of RGB (Red+Green+Blue) = 128+23+26=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #80171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80171A is #7FE8E5. Grayscale: #363636. Windows color (decimal): -8382694 or 1709952. OLE color: 1709952.

HSL color Cylindrical-coordinate representation of color #80171A: hue angle of 358.29º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80171A is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1282326-
CMYK00.820.800.50
HSL358.29º69.54%29.61%-
HSV(B)358.29º82.03%50.2%-
XYZ9.395.281.5-
YUV54.74111.79180.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 72.32%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=72.32%
G=12.99%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128232600.820.800.50358.2969.5429.61
Hex80171A0525032166461e
Octal200273201221206254610636
Binary100000001011111010010100101010000110010101100110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,23,26); }

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

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

 a { background-color: rgb(128,23,26); }

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

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

 span { border-color: rgb(128,23,26); }

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