Html Css Color HEX #911717 Falu Red

📋 copy color: '#911717'

red 145 ◦ green 23 ◦ blue 23

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

Shades of Falu Red #911717

Tints of Falu Red #911717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

 BLUE value IS 23 (9.38% from 255) = 12.04%

R = 75.92%
G = 12.04%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#911717 (or 0x911717) is known color: Falu Red. HEX triplet: 91, 17 and 17. RGB value is (145,23,23). Sum of RGB (Red+Green+Blue) = 145+23+23=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #911717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911717 is #6EE8E8. Grayscale: #3B3B3B. Windows color (decimal): -7268585 or 1513361. OLE color: 1513361.

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

Color convert

RGB 145 23 23 -
CMYK 0 0.84 0.84 0.43
HSL 0.73% 0.33% -
HSV(B) 0.84% 0.57% -
XYZ 12.14 6.69 1.46 -
YUV 59.48 107.42 189 -
System Red Green Blue C M Y K H S L
Decimal 145 23 23 0 0.84 0.84 0.43 0 0.73 0.33
Hex 91 17 17 0 54 54 2B 0 49 21
Octal 221 27 27 0 124 124 53 0 111 41
Binary 10010001 10111 10111 0 1010100 1010100 101011 0 1001001 100001

Color Harmonies of #911717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911717

Black with #911717

Text Example


Text Example

White with #911717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911717; }

 p { color: rgb(145,23,23); }

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

background-color css

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

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

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

border-color css

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

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

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