Html Css Color HEX #812401 Falu Red

📋 copy color: '#812401'

red 129 ◦ green 36 ◦ blue 1

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

Shades of Falu Red #812401

Tints of Falu Red #812401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 77.71%
G = 21.69%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#812401 (or 0x812401) is known color: Falu Red. HEX triplet: 81, 24 and 01. RGB value is (129,36,1). Sum of RGB (Red+Green+Blue) = 129+36+1=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #812401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812401 is #7EDBFE. Grayscale: #3C3C3C. Windows color (decimal): -8313855 or 74881. OLE color: 74881.

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

Color convert

RGB 129 36 1 -
CMYK 0 0.72 0.99 0.49
HSL 16.41º 0.98% 0.25% -
HSV(B) 16.41º 0.99% 0.51% -
XYZ 9.69 5.93 0.66 -
YUV 59.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 129 36 1 0 0.72 0.99 0.49 16.41 0.98 0.25
Hex 81 24 1 0 48 63 31 10 62 19
Octal 201 44 1 0 110 143 61 20 142 31
Binary 10000001 100100 1 0 1001000 1100011 110001 10000 1100010 11001

Color Harmonies of #812401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812401

Black with #812401

Text Example


Text Example

White with #812401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812401; }

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

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

background-color css

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

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

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

border-color css

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

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

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