Html Css Color HEX #801320 Red Berry

📋 copy color: '#801320'

red 128 ◦ green 19 ◦ blue 32

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

Shades of Red Berry #801320

Tints of Red Berry #801320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.61%

 BLUE value IS 32 (12.89% from 255) = 17.88%

R = 71.51%
G = 10.61%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#801320 (or 0x801320) is known color: Red Berry. HEX triplet: 80, 13 and 20. RGB value is (128,19,32). Sum of RGB (Red+Green+Blue) = 128+19+32=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #801320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801320 is #7FECDF. Grayscale: #353535. Windows color (decimal): -8383712 or 2102144. OLE color: 2102144.

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

Color convert

RGB 128 19 32 -
CMYK 0 0.85 0.75 0.50
HSL 352.84º 0.74% 0.29% -
HSV(B) 352.84º 0.85% 0.5% -
XYZ 9.4 5.16 1.87 -
YUV 53.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 128 19 32 0 0.85 0.75 0.50 352.84 0.74 0.29
Hex 80 13 20 0 55 4B 32 161 4A 1D
Octal 200 23 40 0 125 113 62 541 112 35
Binary 10000000 10011 100000 0 1010101 1001011 110010 101100001 1001010 11101

Color Harmonies of #801320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801320

Black with #801320

Text Example


Text Example

White with #801320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801320; }

 p { color: rgb(128,19,32); }

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

background-color css

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

 a { background-color: rgb(128,19,32); }

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

border-color css

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

 span { border-color: rgb(128,19,32); }

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