Html Css Color HEX #81441F Russet

📋 copy color: '#81441F'

red 129 ◦ green 68 ◦ blue 31

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

Shades of Russet #81441F

Tints of Russet #81441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.82%

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

R = 56.58%
G = 29.82%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#81441F (or 0x81441F) is known color: Russet. HEX triplet: 81, 44 and 1F. RGB value is (129,68,31). Sum of RGB (Red+Green+Blue) = 129+68+31=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #81441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81441F is #7EBBE0. Grayscale: #525252. Windows color (decimal): -8305633 or 2049153. OLE color: 2049153.

HSL color Cylindrical-coordinate representation of color #81441F: hue angle of 22.65º 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 #81441F is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 68 31 -
CMYK 0 0.47 0.76 0.49
HSL 22.65º 0.61% 0.31% -
HSV(B) 22.65º 0.76% 0.51% -
XYZ 11.37 8.9 2.42 -
YUV 82.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 129 68 31 0 0.47 0.76 0.49 22.65 0.61 0.31
Hex 81 44 1F 0 2F 4C 31 17 3D 1F
Octal 201 104 37 0 57 114 61 27 75 37
Binary 10000001 1000100 11111 0 101111 1001100 110001 10111 111101 11111

Color Harmonies of #81441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81441F

Black with #81441F

Text Example


Text Example

White with #81441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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