#80181a

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

Shades of Red Berry #80181A

Tints of Red Berry #80181A

Color information

#80181A (or 0x80181A) is unknown color: approx Red Berry. HEX triplet: 80, 18 and 1A. RGB value is (128,24,26). Sum of RGB (Red+Green+Blue) = 128+24+26=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #80181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80181A is #7FE7E5. Grayscale: #373737. Windows color (decimal): -8382438 or 1710208. OLE color: 1710208.

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

Color convert

RGB1282426-
CMYK00.810.800.50
HSL358.85º68.42%29.8%-
HSV(B)358.85º81.25%50.2%-
XYZ9.425.321.51-
YUV55.32111.46179.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 71.91%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=71.91%
G=13.48%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128242600.810.800.50358.8568.4229.8
Hex80181A0515032167441e
Octal200303201211206254710436
Binary100000001100011010010100011010000110010101100111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80181a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80181a; }

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

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

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

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

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

<style>
 span { border-color: #80181a; }

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

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