Html Css Color HEX #80141A Red Berry

📋 copy color: '#80141A'

red 128 ◦ green 20 ◦ blue 26

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

Shades of Red Berry #80141A

Tints of Red Berry #80141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 73.56%
G = 11.49%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80141A (or 0x80141A) is known color: Red Berry. HEX triplet: 80, 14 and 1A. RGB value is (128,20,26). Sum of RGB (Red+Green+Blue) = 128+20+26=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #80141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80141A is #7FEBE5. Grayscale: #353535. Windows color (decimal): -8383462 or 1709184. OLE color: 1709184.

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

Color convert

RGB 128 20 26 -
CMYK 0 0.84 0.80 0.50
HSL 356.67º 0.73% 0.29% -
HSV(B) 356.67º 0.84% 0.5% -
XYZ 9.34 5.16 1.48 -
YUV 52.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 128 20 26 0 0.84 0.80 0.50 356.67 0.73 0.29
Hex 80 14 1A 0 54 50 32 165 49 1D
Octal 200 24 32 0 124 120 62 545 111 35
Binary 10000000 10100 11010 0 1010100 1010000 110010 101100101 1001001 11101

Color Harmonies of #80141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80141A

Black with #80141A

Text Example


Text Example

White with #80141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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