Html Css Color HEX #912005 Falu Red

📋 copy color: '#912005'

red 145 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #912005

Tints of Falu Red #912005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.75%

R = 79.67%
G = 17.58%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#912005 (or 0x912005) is known color: Falu Red. HEX triplet: 91, 20 and 05. RGB value is (145,32,5). Sum of RGB (Red+Green+Blue) = 145+32+5=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #912005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912005 is #6EDFFA. Grayscale: #3E3E3E. Windows color (decimal): -7266299 or 336017. OLE color: 336017.

HSL color Cylindrical-coordinate representation of color #912005: hue angle of 11.57º degrees, saturation: 0.93, 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 #912005 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 32 5 -
CMYK 0 0.78 0.97 0.43
HSL 11.57º 0.93% 0.29% -
HSV(B) 11.57º 0.97% 0.57% -
XYZ 12.22 7.06 0.86 -
YUV 62.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 145 32 5 0 0.78 0.97 0.43 11.57 0.93 0.29
Hex 91 20 5 0 4E 61 2B C 5D 1D
Octal 221 40 5 0 116 141 53 14 135 35
Binary 10010001 100000 101 0 1001110 1100001 101011 1100 1011101 11101

Color Harmonies of #912005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912005

Black with #912005

Text Example


Text Example

White with #912005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912005; }

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

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

background-color css

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

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

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

border-color css

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

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

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