Html Css Color HEX #80181D Red Berry

📋 copy color: '#80181D'

red 128 ◦ green 24 ◦ blue 29

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

Shades of Red Berry #80181D

Tints of Red Berry #80181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

 BLUE value IS 29 (11.72% from 255) = 16.02%

R = 70.72%
G = 13.26%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80181D (or 0x80181D) is known color: Red Berry. HEX triplet: 80, 18 and 1D. RGB value is (128,24,29). Sum of RGB (Red+Green+Blue) = 128+24+29=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #80181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80181D is #7FE7E2. Grayscale: #373737. Windows color (decimal): -8382435 or 1906816. OLE color: 1906816.

HSL color Cylindrical-coordinate representation of color #80181D: hue angle of 357.12º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80181D is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 24 29 -
CMYK 0 0.81 0.77 0.50
HSL 357.12º 0.68% 0.3% -
HSV(B) 357.12º 0.81% 0.5% -
XYZ 9.45 5.33 1.69 -
YUV 55.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 128 24 29 0 0.81 0.77 0.50 357.12 0.68 0.3
Hex 80 18 1D 0 51 4D 32 165 44 1E
Octal 200 30 35 0 121 115 62 545 104 36
Binary 10000000 11000 11101 0 1010001 1001101 110010 101100101 1000100 11110

Color Harmonies of #80181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80181D

Black with #80181D

Text Example


Text Example

White with #80181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80181D; }

 p { color: rgb(128,24,29); }

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

background-color css

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

 a { background-color: rgb(128,24,29); }

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

border-color css

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

 span { border-color: rgb(128,24,29); }

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