#801D1E

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

Shades of Red Berry #801D1E

Tints of Red Berry #801D1E

Color information

#801D1E (or 0x801D1E) is unknown color: approx Red Berry. HEX triplet: 80, 1D and 1E. RGB value is (128,29,30). Sum of RGB (Red+Green+Blue) = 128+29+30=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #801D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801D1E is #7FE2E1. Grayscale: #3A3A3A. Windows color (decimal): -8381154 or 1973632. OLE color: 1973632.

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

Color convert

RGB1282930-
CMYK00.770.770.50
HSL359.39º63.06%30.78%-
HSV(B)359.39º77.34%50.2%-
XYZ9.585.561.8-
YUV58.72111.8177.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.45%
GREEN value IS 29 (11.72% from 255) = 15.51%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=68.45%
G=15.51%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128293000.770.770.50359.3963.0630.78
Hex801D1E04D4D321673f1f
Octal20035360115115625477737
Binary10000000111011111001001101100110111001010110011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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