Html Css Color HEX #801922 Red Berry

📋 copy color: '#801922'

red 128 ◦ green 25 ◦ blue 34

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

Shades of Red Berry #801922

Tints of Red Berry #801922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

 BLUE value IS 34 (13.67% from 255) = 18.18%

R = 68.45%
G = 13.37%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#801922 (or 0x801922) is known color: Red Berry. HEX triplet: 80, 19 and 22. RGB value is (128,25,34). Sum of RGB (Red+Green+Blue) = 128+25+34=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #801922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801922 is #7FE6DD. Grayscale: #383838. Windows color (decimal): -8382174 or 2234752. OLE color: 2234752.

HSL color Cylindrical-coordinate representation of color #801922: hue angle of 354.76º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801922 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 25 34 -
CMYK 0 0.80 0.73 0.50
HSL 354.76º 0.67% 0.3% -
HSV(B) 354.76º 0.8% 0.5% -
XYZ 9.54 5.4 2.05 -
YUV 56.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 128 25 34 0 0.80 0.73 0.50 354.76 0.67 0.3
Hex 80 19 22 0 50 49 32 163 43 1E
Octal 200 31 42 0 120 111 62 543 103 36
Binary 10000000 11001 100010 0 1010000 1001001 110010 101100011 1000011 11110

Color Harmonies of #801922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801922

Black with #801922

Text Example


Text Example

White with #801922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801922; }

 p { color: rgb(128,25,34); }

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

background-color css

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

 a { background-color: rgb(128,25,34); }

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

border-color css

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

 span { border-color: rgb(128,25,34); }

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