Html Css Color HEX #912200 Falu Red

📋 copy color: '#912200'

red 145 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #912200

Tints of Falu Red #912200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.99%

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

R = 81.01%
G = 18.99%
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

#912200 (or 0x912200) is known color: Falu Red. HEX triplet: 91, 22 and 00. RGB value is (145,34,0). Sum of RGB (Red+Green+Blue) = 145+34+0=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #912200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912200 is #6EDDFF. Grayscale: #3F3F3F. Windows color (decimal): -7265792 or 8849. OLE color: 8849.

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

Color convert

RGB 145 34 0 -
CMYK 0 0.77 1 0.43
HSL 14.07º 1% 0.28% -
HSV(B) 14.07º 1% 0.57% -
XYZ 12.25 7.16 0.74 -
YUV 63.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 145 34 0 0 0.77 1 0.43 14.07 1 0.28
Hex 91 22 0 0 4D 64 2B E 64 1C
Octal 221 42 0 0 115 144 53 16 144 34
Binary 10010001 100010 0 0 1001101 1100100 101011 1110 1100100 11100

Color Harmonies of #912200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912200

Black with #912200

Text Example


Text Example

White with #912200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912200; }

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

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

background-color css

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

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

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

border-color css

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

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

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