Html Css Color HEX #810F0C Falu Red

📋 copy color: '#810F0C'

red 129 ◦ green 15 ◦ blue 12

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

Shades of Falu Red #810F0C

Tints of Falu Red #810F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.62%

 BLUE value IS 12 (5.08% from 255) = 7.69%

R = 82.69%
G = 9.62%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#810F0C (or 0x810F0C) is known color: Falu Red. HEX triplet: 81, 0F and 0C. RGB value is (129,15,12). Sum of RGB (Red+Green+Blue) = 129+15+12=156 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.69% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 129 - color contains mainly: red. Hex color #810F0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810F0C is #7EF0F3. Grayscale: #303030. Windows color (decimal): -8319220 or 790401. OLE color: 790401.

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

Color convert

RGB 129 15 12 -
CMYK 0 0.88 0.91 0.49
HSL 1.54º 0.83% 0.28% -
HSV(B) 1.54º 0.91% 0.51% -
XYZ 9.29 5.04 0.83 -
YUV 48.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 129 15 12 0 0.88 0.91 0.49 1.54 0.83 0.28
Hex 81 F C 0 58 5B 31 2 53 1C
Octal 201 17 14 0 130 133 61 2 123 34
Binary 10000001 1111 1100 0 1011000 1011011 110001 10 1010011 11100

Color Harmonies of #810F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810F0C

Black with #810F0C

Text Example


Text Example

White with #810F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810F0C; }

 p { color: rgb(129,15,12); }

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

background-color css

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

 a { background-color: rgb(129,15,12); }

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

border-color css

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

 span { border-color: rgb(129,15,12); }

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