Html Css Color HEX #80141F Red Berry

📋 copy color: '#80141F'

red 128 ◦ green 20 ◦ blue 31

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

Shades of Red Berry #80141F

Tints of Red Berry #80141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.17%

 BLUE value IS 31 (12.5% from 255) = 17.32%

R = 71.51%
G = 11.17%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80141F (or 0x80141F) is known color: Red Berry. HEX triplet: 80, 14 and 1F. RGB value is (128,20,31). Sum of RGB (Red+Green+Blue) = 128+20+31=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #80141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80141F is #7FEBE0. Grayscale: #353535. Windows color (decimal): -8383457 or 2036864. OLE color: 2036864.

HSL color Cylindrical-coordinate representation of color #80141F: hue angle of 353.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80141F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 31 -
CMYK 0 0.84 0.76 0.50
HSL 353.89º 0.73% 0.29% -
HSV(B) 353.89º 0.84% 0.5% -
XYZ 9.4 5.19 1.8 -
YUV 53.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 128 20 31 0 0.84 0.76 0.50 353.89 0.73 0.29
Hex 80 14 1F 0 54 4C 32 162 49 1D
Octal 200 24 37 0 124 114 62 542 111 35
Binary 10000000 10100 11111 0 1010100 1001100 110010 101100010 1001001 11101

Color Harmonies of #80141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80141F

Black with #80141F

Text Example


Text Example

White with #80141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80141F; }

 p { color: rgb(128,20,31); }

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

background-color css

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

 a { background-color: rgb(128,20,31); }

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

border-color css

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

 span { border-color: rgb(128,20,31); }

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