Html Css Color HEX #911512 Falu Red

📋 copy color: '#911512'

red 145 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #911512

Tints of Falu Red #911512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.41%

 BLUE value IS 18 (7.42% from 255) = 9.78%

R = 78.8%
G = 11.41%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#911512 (or 0x911512) is known color: Falu Red. HEX triplet: 91, 15 and 12. RGB value is (145,21,18). Sum of RGB (Red+Green+Blue) = 145+21+18=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #911512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911512 is #6EEAED. Grayscale: #393939. Windows color (decimal): -7269102 or 1185169. OLE color: 1185169.

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

Color convert

RGB 145 21 18 -
CMYK 0 0.86 0.88 0.43
HSL 1.42º 0.78% 0.32% -
HSV(B) 1.42º 0.88% 0.57% -
XYZ 12.05 6.6 1.21 -
YUV 57.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 145 21 18 0 0.86 0.88 0.43 1.42 0.78 0.32
Hex 91 15 12 0 56 58 2B 1 4E 20
Octal 221 25 22 0 126 130 53 1 116 40
Binary 10010001 10101 10010 0 1010110 1011000 101011 1 1001110 100000

Color Harmonies of #911512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911512

Black with #911512

Text Example


Text Example

White with #911512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911512; }

 p { color: rgb(145,21,18); }

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

background-color css

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

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

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

border-color css

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

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

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