Html Css Color HEX #912201 Falu Red

📋 copy color: '#912201'

red 145 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #912201

Tints of Falu Red #912201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.89%

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

R = 80.56%
G = 18.89%
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

#912201 (or 0x912201) is known color: Falu Red. HEX triplet: 91, 22 and 01. RGB value is (145,34,1). Sum of RGB (Red+Green+Blue) = 145+34+1=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #912201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912201 is #6EDDFE. Grayscale: #3F3F3F. Windows color (decimal): -7265791 or 74385. OLE color: 74385.

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

Color convert

RGB 145 34 1 -
CMYK 0 0.77 0.99 0.43
HSL 13.75º 0.99% 0.29% -
HSV(B) 13.75º 0.99% 0.57% -
XYZ 12.25 7.17 0.77 -
YUV 63.43 92.77 186.18 -
System Red Green Blue C M Y K H S L
Decimal 145 34 1 0 0.77 0.99 0.43 13.75 0.99 0.29
Hex 91 22 1 0 4D 63 2B E 63 1D
Octal 221 42 1 0 115 143 53 16 143 35
Binary 10010001 100010 1 0 1001101 1100011 101011 1110 1100011 11101

Color Harmonies of #912201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912201

Black with #912201

Text Example


Text Example

White with #912201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912201; }

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

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

background-color css

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

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

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

border-color css

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

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

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