Html Css Color HEX #812410 Falu Red

📋 copy color: '#812410'

red 129 ◦ green 36 ◦ blue 16

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

Shades of Falu Red #812410

Tints of Falu Red #812410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.89%

 BLUE value IS 16 (6.64% from 255) = 8.84%

R = 71.27%
G = 19.89%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#812410 (or 0x812410) is known color: Falu Red. HEX triplet: 81, 24 and 10. RGB value is (129,36,16). Sum of RGB (Red+Green+Blue) = 129+36+16=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #812410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812410 is #7EDBEF. Grayscale: #3D3D3D. Windows color (decimal): -8313840 or 1057921. OLE color: 1057921.

HSL color Cylindrical-coordinate representation of color #812410: hue angle of 10.62º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #812410 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 36 16 -
CMYK 0 0.72 0.88 0.49
HSL 10.62º 0.78% 0.28% -
HSV(B) 10.62º 0.88% 0.51% -
XYZ 9.78 5.97 1.13 -
YUV 61.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 129 36 16 0 0.72 0.88 0.49 10.62 0.78 0.28
Hex 81 24 10 0 48 58 31 B 4E 1C
Octal 201 44 20 0 110 130 61 13 116 34
Binary 10000001 100100 10000 0 1001000 1011000 110001 1011 1001110 11100

Color Harmonies of #812410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812410

Black with #812410

Text Example


Text Example

White with #812410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812410; }

 p { color: rgb(129,36,16); }

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

background-color css

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

 a { background-color: rgb(129,36,16); }

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

border-color css

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

 span { border-color: rgb(129,36,16); }

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