Html Css Color HEX #80171F Red Berry

📋 copy color: '#80171F'

red 128 ◦ green 23 ◦ blue 31

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

Shades of Red Berry #80171F

Tints of Red Berry #80171F

RGB

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

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

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

R = 70.33%
G = 12.64%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80171F (or 0x80171F) is known color: Red Berry. HEX triplet: 80, 17 and 1F. RGB value is (128,23,31). Sum of RGB (Red+Green+Blue) = 128+23+31=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #80171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80171F is #7FE8E0. Grayscale: #373737. Windows color (decimal): -8382689 or 2037632. OLE color: 2037632.

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

Color convert

RGB 128 23 31 -
CMYK 0 0.82 0.76 0.50
HSL 355.43º 0.7% 0.3% -
HSV(B) 355.43º 0.82% 0.5% -
XYZ 9.46 5.3 1.82 -
YUV 55.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 128 23 31 0 0.82 0.76 0.50 355.43 0.7 0.3
Hex 80 17 1F 0 52 4C 32 163 46 1E
Octal 200 27 37 0 122 114 62 543 106 36
Binary 10000000 10111 11111 0 1010010 1001100 110010 101100011 1000110 11110

Color Harmonies of #80171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80171F

Black with #80171F

Text Example


Text Example

White with #80171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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