Html Css Color HEX #912001 Falu Red

📋 copy color: '#912001'

red 145 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #912001

Tints of Falu Red #912001

RGB

 RED value IS 145 (57.03% from 255) = 81.46%

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

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

R = 81.46%
G = 17.98%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#912001 (or 0x912001) is known color: Falu Red. HEX triplet: 91, 20 and 01. RGB value is (145,32,1). Sum of RGB (Red+Green+Blue) = 145+32+1=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #912001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912001 is #6EDFFE. Grayscale: #3E3E3E. Windows color (decimal): -7266303 or 73873. OLE color: 73873.

HSL color Cylindrical-coordinate representation of color #912001: hue angle of 12.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #912001 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 32 1 -
CMYK 0 0.78 0.99 0.43
HSL 12.92º 0.99% 0.29% -
HSV(B) 12.92º 0.99% 0.57% -
XYZ 12.2 7.05 0.75 -
YUV 62.25 93.44 187.02 -
System Red Green Blue C M Y K H S L
Decimal 145 32 1 0 0.78 0.99 0.43 12.92 0.99 0.29
Hex 91 20 1 0 4E 63 2B D 63 1D
Octal 221 40 1 0 116 143 53 15 143 35
Binary 10010001 100000 1 0 1001110 1100011 101011 1101 1100011 11101

Color Harmonies of #912001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912001

Black with #912001

Text Example


Text Example

White with #912001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912001; }

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

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

background-color css

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

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

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

border-color css

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

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

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