Html Css Color HEX #912002 Falu Red

📋 copy color: '#912002'

red 145 ◦ green 32 ◦ blue 2

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

Shades of Falu Red #912002

Tints of Falu Red #912002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.88%

 BLUE value IS 2 (1.17% from 255) = 1.12%

R = 81.01%
G = 17.88%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#912002 (or 0x912002) is known color: Falu Red. HEX triplet: 91, 20 and 02. RGB value is (145,32,2). Sum of RGB (Red+Green+Blue) = 145+32+2=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #912002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912002 is #6EDFFD. Grayscale: #3E3E3E. Windows color (decimal): -7266302 or 139409. OLE color: 139409.

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

Color convert

RGB 145 32 2 -
CMYK 0 0.78 0.99 0.43
HSL 12.59º 0.97% 0.29% -
HSV(B) 12.59º 0.99% 0.57% -
XYZ 12.2 7.06 0.78 -
YUV 62.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 145 32 2 0 0.78 0.99 0.43 12.59 0.97 0.29
Hex 91 20 2 0 4E 63 2B D 61 1D
Octal 221 40 2 0 116 143 53 15 141 35
Binary 10010001 100000 10 0 1001110 1100011 101011 1101 1100001 11101

Color Harmonies of #912002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912002

Black with #912002

Text Example


Text Example

White with #912002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912002; }

 p { color: rgb(145,32,2); }

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

background-color css

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

 a { background-color: rgb(145,32,2); }

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

border-color css

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

 span { border-color: rgb(145,32,2); }

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