Html Css Color HEX #911E04 Falu Red

📋 copy color: '#911E04'

red 145 ◦ green 30 ◦ blue 4

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

Shades of Falu Red #911E04

Tints of Falu Red #911E04

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.76%

 BLUE value IS 4 (1.95% from 255) = 2.23%

R = 81.01%
G = 16.76%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#911E04 (or 0x911E04) is known color: Falu Red. HEX triplet: 91, 1E and 04. RGB value is (145,30,4). Sum of RGB (Red+Green+Blue) = 145+30+4=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #911E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911E04 is #6EE1FB. Grayscale: #3D3D3D. Windows color (decimal): -7266812 or 269969. OLE color: 269969.

HSL color Cylindrical-coordinate representation of color #911E04: hue angle of 11.06º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #911E04 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 30 4 -
CMYK 0 0.79 0.97 0.43
HSL 11.06º 0.95% 0.29% -
HSV(B) 11.06º 0.97% 0.57% -
XYZ 12.16 6.96 0.82 -
YUV 61.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 145 30 4 0 0.79 0.97 0.43 11.06 0.95 0.29
Hex 91 1E 4 0 4F 61 2B B 5F 1D
Octal 221 36 4 0 117 141 53 13 137 35
Binary 10010001 11110 100 0 1001111 1100001 101011 1011 1011111 11101

Color Harmonies of #911E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911E04

Black with #911E04

Text Example


Text Example

White with #911E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911E04; }

 p { color: rgb(145,30,4); }

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

background-color css

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

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

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

border-color css

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

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

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