Html Css Color HEX #912000 Falu Red

📋 copy color: '#912000'

red 145 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #912000

Tints of Falu Red #912000

RGB

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

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

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

R = 81.92%
G = 18.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#912000 (or 0x912000) is known color: Falu Red. HEX triplet: 91, 20 and 00. RGB value is (145,32,0). Sum of RGB (Red+Green+Blue) = 145+32+0=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #912000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912000 is #6EDFFF. Grayscale: #3E3E3E. Windows color (decimal): -7266304 or 8337. OLE color: 8337.

HSL color Cylindrical-coordinate representation of color #912000: hue angle of 13.24º 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 #912000 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 32 0 -
CMYK 0 0.78 1 0.43
HSL 13.24º 1% 0.28% -
HSV(B) 13.24º 1% 0.57% -
XYZ 12.19 7.05 0.72 -
YUV 62.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 145 32 0 0 0.78 1 0.43 13.24 1 0.28
Hex 91 20 0 0 4E 64 2B D 64 1C
Octal 221 40 0 0 116 144 53 15 144 34
Binary 10010001 100000 0 0 1001110 1100100 101011 1101 1100100 11100

Color Harmonies of #912000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912000

Black with #912000

Text Example


Text Example

White with #912000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912000; }

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

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

background-color css

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

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

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

border-color css

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

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

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