Html Css Color HEX #81401B Russet

📋 copy color: '#81401B'

red 129 ◦ green 64 ◦ blue 27

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

Shades of Russet #81401B

Tints of Russet #81401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.27%

R = 58.64%
G = 29.09%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#81401B (or 0x81401B) is known color: Russet. HEX triplet: 81, 40 and 1B. RGB value is (129,64,27). Sum of RGB (Red+Green+Blue) = 129+64+27=220 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.64% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 129 - color contains mainly: red. Hex color #81401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81401B is #7EBFE4. Grayscale: #4F4F4F. Windows color (decimal): -8306661 or 1785985. OLE color: 1785985.

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

Color convert

RGB 129 64 27 -
CMYK 0 0.50 0.79 0.49
HSL 21.76º 0.65% 0.31% -
HSV(B) 21.76º 0.79% 0.51% -
XYZ 11.08 8.41 2.08 -
YUV 79.22 98.53 163.51 -
System Red Green Blue C M Y K H S L
Decimal 129 64 27 0 0.50 0.79 0.49 21.76 0.65 0.31
Hex 81 40 1B 0 32 4F 31 16 41 1F
Octal 201 100 33 0 62 117 61 26 101 37
Binary 10000001 1000000 11011 0 110010 1001111 110001 10110 1000001 11111

Color Harmonies of #81401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81401B

Black with #81401B

Text Example


Text Example

White with #81401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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