Html Css Color HEX #812907 Falu Red

📋 copy color: '#812907'

red 129 ◦ green 41 ◦ blue 7

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

Shades of Falu Red #812907

Tints of Falu Red #812907

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

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

R = 72.88%
G = 23.16%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#812907 (or 0x812907) is known color: Falu Red. HEX triplet: 81, 29 and 07. RGB value is (129,41,7). Sum of RGB (Red+Green+Blue) = 129+41+7=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #812907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812907 is #7ED6F8. Grayscale: #3F3F3F. Windows color (decimal): -8312569 or 469377. OLE color: 469377.

HSL color Cylindrical-coordinate representation of color #812907: hue angle of 16.72º 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 #812907 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 41 7 -
CMYK 0 0.68 0.95 0.49
HSL 16.72º 0.9% 0.27% -
HSV(B) 16.72º 0.95% 0.51% -
XYZ 9.88 6.27 0.89 -
YUV 63.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 129 41 7 0 0.68 0.95 0.49 16.72 0.9 0.27
Hex 81 29 7 0 44 5F 31 11 5A 1B
Octal 201 51 7 0 104 137 61 21 132 33
Binary 10000001 101001 111 0 1000100 1011111 110001 10001 1011010 11011

Color Harmonies of #812907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812907

Black with #812907

Text Example


Text Example

White with #812907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812907; }

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

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

background-color css

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

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

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

border-color css

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

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

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