Html Css Color HEX #801719 Red Berry

📋 copy color: '#801719'

red 128 ◦ green 23 ◦ blue 25

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

Shades of Red Berry #801719

Tints of Red Berry #801719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.2%

R = 72.73%
G = 13.07%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#801719 (or 0x801719) is known color: Red Berry. HEX triplet: 80, 17 and 19. RGB value is (128,23,25). Sum of RGB (Red+Green+Blue) = 128+23+25=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #801719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801719 is #7FE8E6. Grayscale: #363636. Windows color (decimal): -8382695 or 1644416. OLE color: 1644416.

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

Color convert

RGB 128 23 25 -
CMYK 0 0.82 0.80 0.50
HSL 358.86º 0.7% 0.3% -
HSV(B) 358.86º 0.82% 0.5% -
XYZ 9.38 5.27 1.44 -
YUV 54.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 128 23 25 0 0.82 0.80 0.50 358.86 0.7 0.3
Hex 80 17 19 0 52 50 32 167 46 1E
Octal 200 27 31 0 122 120 62 547 106 36
Binary 10000000 10111 11001 0 1010010 1010000 110010 101100111 1000110 11110

Color Harmonies of #801719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801719

Black with #801719

Text Example


Text Example

White with #801719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801719; }

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

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

background-color css

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

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

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

border-color css

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

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

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