Html Css Color HEX #80431F Russet

📋 copy color: '#80431F'

red 128 ◦ green 67 ◦ blue 31

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

Shades of Russet #80431F

Tints of Russet #80431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.65%

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

R = 56.64%
G = 29.65%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80431F (or 0x80431F) is known color: Russet. HEX triplet: 80, 43 and 1F. RGB value is (128,67,31). Sum of RGB (Red+Green+Blue) = 128+67+31=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80431F is #7FBCE0. Grayscale: #515151. Windows color (decimal): -8371425 or 2048896. OLE color: 2048896.

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

Color convert

RGB 128 67 31 -
CMYK 0 0.48 0.76 0.50
HSL 22.27º 0.61% 0.31% -
HSV(B) 22.27º 0.76% 0.5% -
XYZ 11.16 8.7 2.39 -
YUV 81.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 128 67 31 0 0.48 0.76 0.50 22.27 0.61 0.31
Hex 80 43 1F 0 30 4C 32 16 3D 1F
Octal 200 103 37 0 60 114 62 26 75 37
Binary 10000000 1000011 11111 0 110000 1001100 110010 10110 111101 11111

Color Harmonies of #80431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80431F

Black with #80431F

Text Example


Text Example

White with #80431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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