Html Css Color HEX #801A1C Red Berry

📋 copy color: '#801A1C'

red 128 ◦ green 26 ◦ blue 28

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

Shades of Red Berry #801A1C

Tints of Red Berry #801A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.38%

R = 70.33%
G = 14.29%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#801A1C (or 0x801A1C) is known color: Red Berry. HEX triplet: 80, 1A and 1C. RGB value is (128,26,28). Sum of RGB (Red+Green+Blue) = 128+26+28=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #801A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A1C is #7FE5E3. Grayscale: #383838. Windows color (decimal): -8381924 or 1841792. OLE color: 1841792.

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

Color convert

RGB 128 26 28 -
CMYK 0 0.80 0.78 0.50
HSL 358.82º 0.66% 0.3% -
HSV(B) 358.82º 0.8% 0.5% -
XYZ 9.48 5.41 1.64 -
YUV 56.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 128 26 28 0 0.80 0.78 0.50 358.82 0.66 0.3
Hex 80 1A 1C 0 50 4E 32 167 42 1E
Octal 200 32 34 0 120 116 62 547 102 36
Binary 10000000 11010 11100 0 1010000 1001110 110010 101100111 1000010 11110

Color Harmonies of #801A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801A1C

Black with #801A1C

Text Example


Text Example

White with #801A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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