Html Css Color HEX #912101 Falu Red

📋 copy color: '#912101'

red 145 ◦ green 33 ◦ blue 1

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

Shades of Falu Red #912101

Tints of Falu Red #912101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.44%

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

R = 81.01%
G = 18.44%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#912101 (or 0x912101) is known color: Falu Red. HEX triplet: 91, 21 and 01. RGB value is (145,33,1). Sum of RGB (Red+Green+Blue) = 145+33+1=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #912101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912101 is #6EDEFE. Grayscale: #3F3F3F. Windows color (decimal): -7266047 or 74129. OLE color: 74129.

HSL color Cylindrical-coordinate representation of color #912101: hue angle of 13.33º 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 #912101 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 33 1 -
CMYK 0 0.77 0.99 0.43
HSL 13.33º 0.99% 0.29% -
HSV(B) 13.33º 0.99% 0.57% -
XYZ 12.23 7.11 0.76 -
YUV 62.84 93.11 186.6 -
System Red Green Blue C M Y K H S L
Decimal 145 33 1 0 0.77 0.99 0.43 13.33 0.99 0.29
Hex 91 21 1 0 4D 63 2B D 63 1D
Octal 221 41 1 0 115 143 53 15 143 35
Binary 10010001 100001 1 0 1001101 1100011 101011 1101 1100011 11101

Color Harmonies of #912101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912101

Black with #912101

Text Example


Text Example

White with #912101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912101; }

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

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

background-color css

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

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

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

border-color css

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

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

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