Html Css Color HEX #801418 Red Berry

📋 copy color: '#801418'

red 128 ◦ green 20 ◦ blue 24

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

Shades of Red Berry #801418

Tints of Red Berry #801418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.63%

 BLUE value IS 24 (9.77% from 255) = 13.95%

R = 74.42%
G = 11.63%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#801418 (or 0x801418) is known color: Red Berry. HEX triplet: 80, 14 and 18. RGB value is (128,20,24). Sum of RGB (Red+Green+Blue) = 128+20+24=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #801418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801418 is #7FEBE7. Grayscale: #343434. Windows color (decimal): -8383464 or 1578112. OLE color: 1578112.

HSL color Cylindrical-coordinate representation of color #801418: hue angle of 357.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801418 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 24 -
CMYK 0 0.84 0.81 0.50
HSL 357.78º 0.73% 0.29% -
HSV(B) 357.78º 0.84% 0.5% -
XYZ 9.32 5.16 1.37 -
YUV 52.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 128 20 24 0 0.84 0.81 0.50 357.78 0.73 0.29
Hex 80 14 18 0 54 51 32 166 49 1D
Octal 200 24 30 0 124 121 62 546 111 35
Binary 10000000 10100 11000 0 1010100 1010001 110010 101100110 1001001 11101

Color Harmonies of #801418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801418

Black with #801418

Text Example


Text Example

White with #801418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801418; }

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

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

background-color css

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

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

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

border-color css

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

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

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