#801A1D

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

Shades of Red Berry #801A1D

Tints of Red Berry #801A1D

Color information

#801A1D (or 0x801A1D) is unknown color: approx Red Berry. HEX triplet: 80, 1A and 1D. RGB value is (128,26,29). Sum of RGB (Red+Green+Blue) = 128+26+29=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #801A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A1D is #7FE5E2. Grayscale: #383838. Windows color (decimal): -8381923 or 1907328. OLE color: 1907328.

HSL color Cylindrical-coordinate representation of color #801A1D: hue angle of 358.24º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801A1D is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB1282629-
CMYK00.800.770.50
HSL358.24º66.23%30.2%-
HSV(B)358.24º79.69%50.2%-
XYZ9.495.421.71-
YUV56.84112.29178.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 69.95%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=69.95%
G=14.21%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128262900.800.770.50358.2466.2330.2
Hex801A1D0504D32166421e
Octal200323501201156254610236
Binary100000001101011101010100001001101110010101100110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801A1D; }

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

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

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

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

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

<style>
 span { border-color: #801A1D; }

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

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