Html Css Color HEX #911D04 Falu Red

📋 copy color: '#911D04'

red 145 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #911D04

Tints of Falu Red #911D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

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

R = 81.46%
G = 16.29%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#911D04 (or 0x911D04) is known color: Falu Red. HEX triplet: 91, 1D and 04. RGB value is (145,29,4). Sum of RGB (Red+Green+Blue) = 145+29+4=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #911D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D04 is #6EE2FB. Grayscale: #3D3D3D. Windows color (decimal): -7267068 or 269713. OLE color: 269713.

HSL color Cylindrical-coordinate representation of color #911D04: hue angle of 10.64º 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 #911D04 is Cyan = 0, Magento = 0.8, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 29 4 -
CMYK 0 0.8 0.97 0.43
HSL 10.64º 0.95% 0.29% -
HSV(B) 10.64º 0.97% 0.57% -
XYZ 12.14 6.91 0.81 -
YUV 60.83 95.93 188.03 -
System Red Green Blue C M Y K H S L
Decimal 145 29 4 0 0.8 0.97 0.43 10.64 0.95 0.29
Hex 91 1D 4 0 50 61 2B B 5F 1D
Octal 221 35 4 0 120 141 53 13 137 35
Binary 10010001 11101 100 0 1010000 1100001 101011 1011 1011111 11101

Color Harmonies of #911D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D04

Black with #911D04

Text Example


Text Example

White with #911D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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