Html Css Color HEX #812301 Falu Red

📋 copy color: '#812301'

red 129 ◦ green 35 ◦ blue 1

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

Shades of Falu Red #812301

Tints of Falu Red #812301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.21%

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

R = 78.18%
G = 21.21%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#812301 (or 0x812301) is known color: Falu Red. HEX triplet: 81, 23 and 01. RGB value is (129,35,1). Sum of RGB (Red+Green+Blue) = 129+35+1=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #812301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812301 is #7EDCFE. Grayscale: #3B3B3B. Windows color (decimal): -8314111 or 74625. OLE color: 74625.

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

Color convert

RGB 129 35 1 -
CMYK 0 0.73 0.99 0.49
HSL 15.94º 0.98% 0.25% -
HSV(B) 15.94º 0.99% 0.51% -
XYZ 9.66 5.87 0.65 -
YUV 59.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 129 35 1 0 0.73 0.99 0.49 15.94 0.98 0.25
Hex 81 23 1 0 49 63 31 10 62 19
Octal 201 43 1 0 111 143 61 20 142 31
Binary 10000001 100011 1 0 1001001 1100011 110001 10000 1100010 11001

Color Harmonies of #812301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812301

Black with #812301

Text Example


Text Example

White with #812301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812301; }

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

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

background-color css

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

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

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

border-color css

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

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

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