Html Css Color HEX #81401F Russet

📋 copy color: '#81401F'

red 129 ◦ green 64 ◦ blue 31

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

Shades of Russet #81401F

Tints of Russet #81401F

RGB

 RED value IS 129 (50.78% from 255) = 57.59%

 GREEN value IS 64 (25.39% from 255) = 28.57%

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

R = 57.59%
G = 28.57%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#81401F (or 0x81401F) is known color: Russet. HEX triplet: 81, 40 and 1F. RGB value is (129,64,31). Sum of RGB (Red+Green+Blue) = 129+64+31=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #81401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81401F is #7EBFE0. Grayscale: #4F4F4F. Windows color (decimal): -8306657 or 2048129. OLE color: 2048129.

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

Color convert

RGB 129 64 31 -
CMYK 0 0.50 0.76 0.49
HSL 20.2º 0.61% 0.31% -
HSV(B) 20.2º 0.76% 0.51% -
XYZ 11.13 8.43 2.34 -
YUV 79.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 129 64 31 0 0.50 0.76 0.49 20.2 0.61 0.31
Hex 81 40 1F 0 32 4C 31 14 3D 1F
Octal 201 100 37 0 62 114 61 24 75 37
Binary 10000001 1000000 11111 0 110010 1001100 110001 10100 111101 11111

Color Harmonies of #81401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81401F

Black with #81401F

Text Example


Text Example

White with #81401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,64,31); }

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

background-color css

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

 a { background-color: rgb(129,64,31); }

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

border-color css

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

 span { border-color: rgb(129,64,31); }

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