Html Css Color HEX #801A1E Red Berry

📋 copy color: '#801A1E'

red 128 ◦ green 26 ◦ blue 30

#801A1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #801A1E

Tints of Red Berry #801A1E

RGB

 RED value IS 128 (50.39% from 255) = 69.57%

 GREEN value IS 26 (10.55% from 255) = 14.13%

 BLUE value IS 30 (12.11% from 255) = 16.3%

R = 69.57%
G = 14.13%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#801A1E (or 0x801A1E) is known color: Red Berry. HEX triplet: 80, 1A and 1E. RGB value is (128,26,30). Sum of RGB (Red+Green+Blue) = 128+26+30=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #801A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A1E is #7FE5E1. Grayscale: #393939. Windows color (decimal): -8381922 or 1972864. OLE color: 1972864.

HSL color Cylindrical-coordinate representation of color #801A1E: hue angle of 357.65º 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 #801A1E is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 26 30 -
CMYK 0 0.80 0.77 0.50
HSL 357.65º 0.66% 0.3% -
HSV(B) 357.65º 0.8% 0.5% -
XYZ 9.51 5.42 1.77 -
YUV 56.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 128 26 30 0 0.80 0.77 0.50 357.65 0.66 0.3
Hex 80 1A 1E 0 50 4D 32 166 42 1E
Octal 200 32 36 0 120 115 62 546 102 36
Binary 10000000 11010 11110 0 1010000 1001101 110010 101100110 1000010 11110

Color Harmonies of #801A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801A1E

Black with #801A1E

Text Example


Text Example

White with #801A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #801A1E;
 }
 .AnyTagClassName
 {
   color: #801A1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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