Html Css Color HEX #801722 Red Berry

📋 copy color: '#801722'

red 128 ◦ green 23 ◦ blue 34

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

Shades of Red Berry #801722

Tints of Red Berry #801722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

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

R = 69.19%
G = 12.43%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#801722 (or 0x801722) is known color: Red Berry. HEX triplet: 80, 17 and 22. RGB value is (128,23,34). Sum of RGB (Red+Green+Blue) = 128+23+34=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #801722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801722 is #7FE8DD. Grayscale: #373737. Windows color (decimal): -8382686 or 2234240. OLE color: 2234240.

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

Color convert

RGB 128 23 34 -
CMYK 0 0.82 0.73 0.50
HSL 353.71º 0.7% 0.3% -
HSV(B) 353.71º 0.82% 0.5% -
XYZ 9.5 5.32 2.04 -
YUV 55.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 128 23 34 0 0.82 0.73 0.50 353.71 0.7 0.3
Hex 80 17 22 0 52 49 32 162 46 1E
Octal 200 27 42 0 122 111 62 542 106 36
Binary 10000000 10111 100010 0 1010010 1001001 110010 101100010 1000110 11110

Color Harmonies of #801722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801722

Black with #801722

Text Example


Text Example

White with #801722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801722; }

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

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

background-color css

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

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

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

border-color css

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

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

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