Html Css Color HEX #814121 Russet

📋 copy color: '#814121'

red 129 ◦ green 65 ◦ blue 33

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

Shades of Russet #814121

Tints of Russet #814121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.54%

R = 56.83%
G = 28.63%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#814121 (or 0x814121) is known color: Russet. HEX triplet: 81, 41 and 21. RGB value is (129,65,33). Sum of RGB (Red+Green+Blue) = 129+65+33=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #814121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814121 is #7EBEDE. Grayscale: #505050. Windows color (decimal): -8306399 or 2179457. OLE color: 2179457.

HSL color Cylindrical-coordinate representation of color #814121: hue angle of 20º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #814121 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 65 33 -
CMYK 0 0.50 0.74 0.49
HSL 20º 0.59% 0.32% -
HSV(B) 20º 0.74% 0.51% -
XYZ 11.22 8.56 2.5 -
YUV 80.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 129 65 33 0 0.50 0.74 0.49 20 0.59 0.32
Hex 81 41 21 0 32 4A 31 14 3B 20
Octal 201 101 41 0 62 112 61 24 73 40
Binary 10000001 1000001 100001 0 110010 1001010 110001 10100 111011 100000

Color Harmonies of #814121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814121

Black with #814121

Text Example


Text Example

White with #814121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814121; }

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

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

background-color css

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

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

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

border-color css

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

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

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