Html Css Color HEX #912007 Falu Red

📋 copy color: '#912007'

red 145 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #912007

Tints of Falu Red #912007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.8%

R = 78.8%
G = 17.39%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#912007 (or 0x912007) is known color: Falu Red. HEX triplet: 91, 20 and 07. RGB value is (145,32,7). Sum of RGB (Red+Green+Blue) = 145+32+7=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #912007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912007 is #6EDFF8. Grayscale: #3F3F3F. Windows color (decimal): -7266297 or 467089. OLE color: 467089.

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

Color convert

RGB 145 32 7 -
CMYK 0 0.78 0.95 0.43
HSL 10.87º 0.91% 0.3% -
HSV(B) 10.87º 0.95% 0.57% -
XYZ 12.23 7.07 0.92 -
YUV 62.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 145 32 7 0 0.78 0.95 0.43 10.87 0.91 0.3
Hex 91 20 7 0 4E 5F 2B B 5B 1E
Octal 221 40 7 0 116 137 53 13 133 36
Binary 10010001 100000 111 0 1001110 1011111 101011 1011 1011011 11110

Color Harmonies of #912007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912007

Black with #912007

Text Example


Text Example

White with #912007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912007; }

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

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

background-color css

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

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

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

border-color css

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

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

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