Html Css Color HEX #801424 Red Berry

📋 copy color: '#801424'

red 128 ◦ green 20 ◦ blue 36

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

Shades of Red Berry #801424

Tints of Red Berry #801424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.57%

R = 69.57%
G = 10.87%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#801424 (or 0x801424) is known color: Red Berry. HEX triplet: 80, 14 and 24. RGB value is (128,20,36). Sum of RGB (Red+Green+Blue) = 128+20+36=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #801424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801424 is #7FEBDB. Grayscale: #363636. Windows color (decimal): -8383452 or 2364544. OLE color: 2364544.

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

Color convert

RGB 128 20 36 -
CMYK 0 0.84 0.72 0.50
HSL 351.11º 0.73% 0.29% -
HSV(B) 351.11º 0.84% 0.5% -
XYZ 9.47 5.22 2.18 -
YUV 54.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 128 20 36 0 0.84 0.72 0.50 351.11 0.73 0.29
Hex 80 14 24 0 54 48 32 15F 49 1D
Octal 200 24 44 0 124 110 62 537 111 35
Binary 10000000 10100 100100 0 1010100 1001000 110010 101011111 1001001 11101

Color Harmonies of #801424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801424

Black with #801424

Text Example


Text Example

White with #801424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801424; }

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

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

background-color css

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

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

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

border-color css

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

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

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