Html Css Color HEX #81411C Russet

📋 copy color: '#81411C'

red 129 ◦ green 65 ◦ blue 28

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

Shades of Russet #81411C

Tints of Russet #81411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.28%

 BLUE value IS 28 (11.33% from 255) = 12.61%

R = 58.11%
G = 29.28%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81411C (or 0x81411C) is known color: Russet. HEX triplet: 81, 41 and 1C. RGB value is (129,65,28). Sum of RGB (Red+Green+Blue) = 129+65+28=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #81411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81411C is #7EBEE3. Grayscale: #505050. Windows color (decimal): -8306404 or 1851777. OLE color: 1851777.

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

Color convert

RGB 129 65 28 -
CMYK 0 0.50 0.78 0.49
HSL 21.98º 0.64% 0.31% -
HSV(B) 21.98º 0.78% 0.51% -
XYZ 11.15 8.53 2.16 -
YUV 79.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 129 65 28 0 0.50 0.78 0.49 21.98 0.64 0.31
Hex 81 41 1C 0 32 4E 31 16 40 1F
Octal 201 101 34 0 62 116 61 26 100 37
Binary 10000001 1000001 11100 0 110010 1001110 110001 10110 1000000 11111

Color Harmonies of #81411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81411C

Black with #81411C

Text Example


Text Example

White with #81411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81411C; }

 p { color: rgb(129,65,28); }

 H1.HeaderClassName
 {
   color: #81411C;
 }
 .AnyTagClassName
 {
   color: #81411C;
 }
</style>

background-color css

<style>
 a { background-color: #81411C; }

 a { background-color: rgb(129,65,28); }

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

border-color css

<style>
 span { border-color: #81411C; }

 span { border-color: rgb(129,65,28); }

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