Html Css Color HEX #801724 Red Berry

📋 copy color: '#801724'

red 128 ◦ green 23 ◦ blue 36

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

Shades of Red Berry #801724

Tints of Red Berry #801724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.25%

R = 68.45%
G = 12.3%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#801724 (or 0x801724) is known color: Red Berry. HEX triplet: 80, 17 and 24. RGB value is (128,23,36). Sum of RGB (Red+Green+Blue) = 128+23+36=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #801724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801724 is #7FE8DB. Grayscale: #373737. Windows color (decimal): -8382684 or 2365312. OLE color: 2365312.

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

Color convert

RGB 128 23 36 -
CMYK 0 0.82 0.72 0.50
HSL 352.57º 0.7% 0.3% -
HSV(B) 352.57º 0.82% 0.5% -
XYZ 9.53 5.33 2.2 -
YUV 55.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 128 23 36 0 0.82 0.72 0.50 352.57 0.7 0.3
Hex 80 17 24 0 52 48 32 161 46 1E
Octal 200 27 44 0 122 110 62 541 106 36
Binary 10000000 10111 100100 0 1010010 1001000 110010 101100001 1000110 11110

Color Harmonies of #801724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801724

Black with #801724

Text Example


Text Example

White with #801724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801724; }

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

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

background-color css

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

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

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

border-color css

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

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

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