Html Css Color HEX #912404 Falu Red

📋 copy color: '#912404'

red 145 ◦ green 36 ◦ blue 4

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

Shades of Falu Red #912404

Tints of Falu Red #912404

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.46%

 BLUE value IS 4 (1.95% from 255) = 2.16%

R = 78.38%
G = 19.46%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#912404 (or 0x912404) is known color: Falu Red. HEX triplet: 91, 24 and 04. RGB value is (145,36,4). Sum of RGB (Red+Green+Blue) = 145+36+4=185 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.38% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 145 - color contains mainly: red. Hex color #912404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912404 is #6EDBFB. Grayscale: #414141. Windows color (decimal): -7265276 or 271505. OLE color: 271505.

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

Color convert

RGB 145 36 4 -
CMYK 0 0.75 0.97 0.43
HSL 13.62º 0.95% 0.29% -
HSV(B) 13.62º 0.97% 0.57% -
XYZ 12.33 7.29 0.87 -
YUV 64.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 145 36 4 0 0.75 0.97 0.43 13.62 0.95 0.29
Hex 91 24 4 0 4B 61 2B E 5F 1D
Octal 221 44 4 0 113 141 53 16 137 35
Binary 10010001 100100 100 0 1001011 1100001 101011 1110 1011111 11101

Color Harmonies of #912404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912404

Black with #912404

Text Example


Text Example

White with #912404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912404; }

 p { color: rgb(145,36,4); }

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

background-color css

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

 a { background-color: rgb(145,36,4); }

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

border-color css

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

 span { border-color: rgb(145,36,4); }

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