Html Css Color HEX #812504 Falu Red

📋 copy color: '#812504'

red 129 ◦ green 37 ◦ blue 4

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

Shades of Falu Red #812504

Tints of Falu Red #812504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.76%

 BLUE value IS 4 (1.95% from 255) = 2.35%

R = 75.88%
G = 21.76%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#812504 (or 0x812504) is known color: Falu Red. HEX triplet: 81, 25 and 04. RGB value is (129,37,4). Sum of RGB (Red+Green+Blue) = 129+37+4=170 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.88% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 129 - color contains mainly: red. Hex color #812504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812504 is #7EDAFB. Grayscale: #3C3C3C. Windows color (decimal): -8313596 or 271745. OLE color: 271745.

HSL color Cylindrical-coordinate representation of color #812504: hue angle of 15.84º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #812504 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 37 4 -
CMYK 0 0.71 0.97 0.49
HSL 15.84º 0.94% 0.26% -
HSV(B) 15.84º 0.97% 0.51% -
XYZ 9.74 6 0.76 -
YUV 60.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 129 37 4 0 0.71 0.97 0.49 15.84 0.94 0.26
Hex 81 25 4 0 47 61 31 10 5E 1A
Octal 201 45 4 0 107 141 61 20 136 32
Binary 10000001 100101 100 0 1000111 1100001 110001 10000 1011110 11010

Color Harmonies of #812504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812504

Black with #812504

Text Example


Text Example

White with #812504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812504; }

 p { color: rgb(129,37,4); }

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

background-color css

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

 a { background-color: rgb(129,37,4); }

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

border-color css

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

 span { border-color: rgb(129,37,4); }

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