Html Css Color HEX #801321 Red Berry

📋 copy color: '#801321'

red 128 ◦ green 19 ◦ blue 33

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

Shades of Red Berry #801321

Tints of Red Berry #801321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.33%

R = 71.11%
G = 10.56%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#801321 (or 0x801321) is known color: Red Berry. HEX triplet: 80, 13 and 21. RGB value is (128,19,33). Sum of RGB (Red+Green+Blue) = 128+19+33=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #801321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801321 is #7FECDE. Grayscale: #353535. Windows color (decimal): -8383711 or 2167680. OLE color: 2167680.

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

Color convert

RGB 128 19 33 -
CMYK 0 0.85 0.74 0.50
HSL 352.29º 0.74% 0.29% -
HSV(B) 352.29º 0.85% 0.5% -
XYZ 9.41 5.16 1.94 -
YUV 53.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 128 19 33 0 0.85 0.74 0.50 352.29 0.74 0.29
Hex 80 13 21 0 55 4A 32 160 4A 1D
Octal 200 23 41 0 125 112 62 540 112 35
Binary 10000000 10011 100001 0 1010101 1001010 110010 101100000 1001010 11101

Color Harmonies of #801321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801321

Black with #801321

Text Example


Text Example

White with #801321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801321; }

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

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

background-color css

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

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

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

border-color css

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

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

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