Html Css Color HEX #911E01 Falu Red

📋 copy color: '#911E01'

red 145 ◦ green 30 ◦ blue 1

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

Shades of Falu Red #911E01

Tints of Falu Red #911E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.05%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 82.39%
G = 17.05%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#911E01 (or 0x911E01) is known color: Falu Red. HEX triplet: 91, 1E and 01. RGB value is (145,30,1). Sum of RGB (Red+Green+Blue) = 145+30+1=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #911E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911E01 is #6EE1FE. Grayscale: #3D3D3D. Windows color (decimal): -7266815 or 73361. OLE color: 73361.

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

Color convert

RGB 145 30 1 -
CMYK 0 0.79 0.99 0.43
HSL 12.08º 0.99% 0.29% -
HSV(B) 12.08º 0.99% 0.57% -
XYZ 12.15 6.95 0.73 -
YUV 61.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 145 30 1 0 0.79 0.99 0.43 12.08 0.99 0.29
Hex 91 1E 1 0 4F 63 2B C 63 1D
Octal 221 36 1 0 117 143 53 14 143 35
Binary 10010001 11110 1 0 1001111 1100011 101011 1100 1100011 11101

Color Harmonies of #911E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911E01

Black with #911E01

Text Example


Text Example

White with #911E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,30,1); }

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

background-color css

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

 a { background-color: rgb(145,30,1); }

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

border-color css

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

 span { border-color: rgb(145,30,1); }

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