Html Css Color HEX #911C0D Falu Red

📋 copy color: '#911C0D'

red 145 ◦ green 28 ◦ blue 13

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

Shades of Falu Red #911C0D

Tints of Falu Red #911C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.05%

 BLUE value IS 13 (5.47% from 255) = 6.99%

R = 77.96%
G = 15.05%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#911C0D (or 0x911C0D) is known color: Falu Red. HEX triplet: 91, 1C and 0D. RGB value is (145,28,13). Sum of RGB (Red+Green+Blue) = 145+28+13=186 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.96% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 145 - color contains mainly: red. Hex color #911C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911C0D is #6EE3F2. Grayscale: #3D3D3D. Windows color (decimal): -7267315 or 859281. OLE color: 859281.

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

Color convert

RGB 145 28 13 -
CMYK 0 0.81 0.91 0.43
HSL 6.82º 0.84% 0.31% -
HSV(B) 6.82º 0.91% 0.57% -
XYZ 12.16 6.88 1.07 -
YUV 61.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 145 28 13 0 0.81 0.91 0.43 6.82 0.84 0.31
Hex 91 1C D 0 51 5B 2B 7 54 1F
Octal 221 34 15 0 121 133 53 7 124 37
Binary 10010001 11100 1101 0 1010001 1011011 101011 111 1010100 11111

Color Harmonies of #911C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911C0D

Black with #911C0D

Text Example


Text Example

White with #911C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,28,13); }

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

background-color css

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

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

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

border-color css

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

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

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