Html Css Color HEX #912100 Falu Red

📋 copy color: '#912100'

red 145 ◦ green 33 ◦ blue 0

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

Shades of Falu Red #912100

Tints of Falu Red #912100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.46%
G = 18.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#912100 (or 0x912100) is known color: Falu Red. HEX triplet: 91, 21 and 00. RGB value is (145,33,0). Sum of RGB (Red+Green+Blue) = 145+33+0=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #912100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912100 is #6EDEFF. Grayscale: #3E3E3E. Windows color (decimal): -7266048 or 8593. OLE color: 8593.

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

Color convert

RGB 145 33 0 -
CMYK 0 0.77 1 0.43
HSL 13.66º 1% 0.28% -
HSV(B) 13.66º 1% 0.57% -
XYZ 12.22 7.11 0.73 -
YUV 62.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 145 33 0 0 0.77 1 0.43 13.66 1 0.28
Hex 91 21 0 0 4D 64 2B E 64 1C
Octal 221 41 0 0 115 144 53 16 144 34
Binary 10010001 100001 0 0 1001101 1100100 101011 1110 1100100 11100

Color Harmonies of #912100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912100

Black with #912100

Text Example


Text Example

White with #912100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912100; }

 p { color: rgb(145,33,0); }

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

background-color css

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

 a { background-color: rgb(145,33,0); }

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

border-color css

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

 span { border-color: rgb(145,33,0); }

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