Html Css Color HEX #812007 Falu Red

📋 copy color: '#812007'

red 129 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #812007

Tints of Falu Red #812007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.05%

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

R = 76.79%
G = 19.05%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#812007 (or 0x812007) is known color: Falu Red. HEX triplet: 81, 20 and 07. RGB value is (129,32,7). Sum of RGB (Red+Green+Blue) = 129+32+7=168 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.79% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 129 - color contains mainly: red. Hex color #812007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812007 is #7EDFF8. Grayscale: #3A3A3A. Windows color (decimal): -8314873 or 467073. OLE color: 467073.

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

Color convert

RGB 129 32 7 -
CMYK 0 0.75 0.95 0.49
HSL 12.3º 0.9% 0.27% -
HSV(B) 12.3º 0.95% 0.51% -
XYZ 9.61 5.72 0.8 -
YUV 58.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 129 32 7 0 0.75 0.95 0.49 12.3 0.9 0.27
Hex 81 20 7 0 4B 5F 31 C 5A 1B
Octal 201 40 7 0 113 137 61 14 132 33
Binary 10000001 100000 111 0 1001011 1011111 110001 1100 1011010 11011

Color Harmonies of #812007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812007

Black with #812007

Text Example


Text Example

White with #812007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812007; }

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

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

background-color css

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

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

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

border-color css

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

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

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