Html Css Color HEX #812001 Falu Red

📋 copy color: '#812001'

red 129 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #812001

Tints of Falu Red #812001

RGB

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

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

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

R = 79.63%
G = 19.75%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#812001 (or 0x812001) is known color: Falu Red. HEX triplet: 81, 20 and 01. RGB value is (129,32,1). Sum of RGB (Red+Green+Blue) = 129+32+1=162 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.63% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 129 - color contains mainly: red. Hex color #812001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812001 is #7EDFFE. Grayscale: #393939. Windows color (decimal): -8314879 or 73857. OLE color: 73857.

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

Color convert

RGB 129 32 1 -
CMYK 0 0.75 0.99 0.49
HSL 14.53º 0.98% 0.25% -
HSV(B) 14.53º 0.99% 0.51% -
XYZ 9.58 5.7 0.62 -
YUV 57.47 96.14 179.02 -
System Red Green Blue C M Y K H S L
Decimal 129 32 1 0 0.75 0.99 0.49 14.53 0.98 0.25
Hex 81 20 1 0 4B 63 31 F 62 19
Octal 201 40 1 0 113 143 61 17 142 31
Binary 10000001 100000 1 0 1001011 1100011 110001 1111 1100010 11001

Color Harmonies of #812001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812001

Black with #812001

Text Example


Text Example

White with #812001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812001; }

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

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

background-color css

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

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

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

border-color css

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

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

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