Html Css Color HEX #911B03 Falu Red

📋 copy color: '#911B03'

red 145 ◦ green 27 ◦ blue 3

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

Shades of Falu Red #911B03

Tints of Falu Red #911B03

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.43%

 BLUE value IS 3 (1.56% from 255) = 1.71%

R = 82.86%
G = 15.43%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#911B03 (or 0x911B03) is known color: Falu Red. HEX triplet: 91, 1B and 03. RGB value is (145,27,3). Sum of RGB (Red+Green+Blue) = 145+27+3=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #911B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911B03 is #6EE4FC. Grayscale: #3B3B3B. Windows color (decimal): -7267581 or 203665. OLE color: 203665.

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

Color convert

RGB 145 27 3 -
CMYK 0 0.81 0.98 0.43
HSL 10.14º 0.96% 0.29% -
HSV(B) 10.14º 0.98% 0.57% -
XYZ 12.09 6.81 0.76 -
YUV 59.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 145 27 3 0 0.81 0.98 0.43 10.14 0.96 0.29
Hex 91 1B 3 0 51 62 2B A 60 1D
Octal 221 33 3 0 121 142 53 12 140 35
Binary 10010001 11011 11 0 1010001 1100010 101011 1010 1100000 11101

Color Harmonies of #911B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911B03

Black with #911B03

Text Example


Text Example

White with #911B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,27,3); }

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

background-color css

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

 a { background-color: rgb(145,27,3); }

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

border-color css

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

 span { border-color: rgb(145,27,3); }

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