Html Css Color HEX #812407 Falu Red

📋 copy color: '#812407'

red 129 ◦ green 36 ◦ blue 7

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

Shades of Falu Red #812407

Tints of Falu Red #812407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.07%

R = 75%
G = 20.93%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#812407 (or 0x812407) is known color: Falu Red. HEX triplet: 81, 24 and 07. RGB value is (129,36,7). Sum of RGB (Red+Green+Blue) = 129+36+7=172 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 129 - color contains mainly: red. Hex color #812407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812407 is #7EDBF8. Grayscale: #3C3C3C. Windows color (decimal): -8313849 or 468097. OLE color: 468097.

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

Color convert

RGB 129 36 7 -
CMYK 0 0.72 0.95 0.49
HSL 14.26º 0.9% 0.27% -
HSV(B) 14.26º 0.95% 0.51% -
XYZ 9.72 5.94 0.84 -
YUV 60.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 129 36 7 0 0.72 0.95 0.49 14.26 0.9 0.27
Hex 81 24 7 0 48 5F 31 E 5A 1B
Octal 201 44 7 0 110 137 61 16 132 33
Binary 10000001 100100 111 0 1001000 1011111 110001 1110 1011010 11011

Color Harmonies of #812407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812407

Black with #812407

Text Example


Text Example

White with #812407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812407; }

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

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

background-color css

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

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

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

border-color css

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

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

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