Html Css Color HEX #80131C Red Berry

📋 copy color: '#80131C'

red 128 ◦ green 19 ◦ blue 28

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

Shades of Red Berry #80131C

Tints of Red Berry #80131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16%

R = 73.14%
G = 10.86%
B = 16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80131C (or 0x80131C) is known color: Red Berry. HEX triplet: 80, 13 and 1C. RGB value is (128,19,28). Sum of RGB (Red+Green+Blue) = 128+19+28=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #80131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80131C is #7FECE3. Grayscale: #343434. Windows color (decimal): -8383716 or 1840000. OLE color: 1840000.

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

Color convert

RGB 128 19 28 -
CMYK 0 0.85 0.78 0.50
HSL 355.05º 0.74% 0.29% -
HSV(B) 355.05º 0.85% 0.5% -
XYZ 9.34 5.14 1.6 -
YUV 52.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 128 19 28 0 0.85 0.78 0.50 355.05 0.74 0.29
Hex 80 13 1C 0 55 4E 32 163 4A 1D
Octal 200 23 34 0 125 116 62 543 112 35
Binary 10000000 10011 11100 0 1010101 1001110 110010 101100011 1001010 11101

Color Harmonies of #80131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80131C

Black with #80131C

Text Example


Text Example

White with #80131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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