Html Css Color HEX #801417 Red Berry

📋 copy color: '#801417'

red 128 ◦ green 20 ◦ blue 23

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

Shades of Red Berry #801417

Tints of Red Berry #801417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.45%

R = 74.85%
G = 11.7%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#801417 (or 0x801417) is known color: Red Berry. HEX triplet: 80, 14 and 17. RGB value is (128,20,23). Sum of RGB (Red+Green+Blue) = 128+20+23=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #801417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801417 is #7FEBE8. Grayscale: #343434. Windows color (decimal): -8383465 or 1512576. OLE color: 1512576.

HSL color Cylindrical-coordinate representation of color #801417: hue angle of 358.33º 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 #801417 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 23 -
CMYK 0 0.84 0.82 0.50
HSL 358.33º 0.73% 0.29% -
HSV(B) 358.33º 0.84% 0.5% -
XYZ 9.31 5.15 1.31 -
YUV 52.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 128 20 23 0 0.84 0.82 0.50 358.33 0.73 0.29
Hex 80 14 17 0 54 52 32 166 49 1D
Octal 200 24 27 0 124 122 62 546 111 35
Binary 10000000 10100 10111 0 1010100 1010010 110010 101100110 1001001 11101

Color Harmonies of #801417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801417

Black with #801417

Text Example


Text Example

White with #801417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801417; }

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

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

background-color css

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

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

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

border-color css

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

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

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