Html Css Color HEX #912405 Falu Red

📋 copy color: '#912405'

red 145 ◦ green 36 ◦ blue 5

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

Shades of Falu Red #912405

Tints of Falu Red #912405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 77.96%
G = 19.35%
B = 2.69%

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

#912405 (or 0x912405) is known color: Falu Red. HEX triplet: 91, 24 and 05. RGB value is (145,36,5). Sum of RGB (Red+Green+Blue) = 145+36+5=186 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.96% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 145 - color contains mainly: red. Hex color #912405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912405 is #6EDBFA. Grayscale: #414141. Windows color (decimal): -7265275 or 337041. OLE color: 337041.

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

Color convert

RGB 145 36 5 -
CMYK 0 0.75 0.97 0.43
HSL 13.29º 0.93% 0.29% -
HSV(B) 13.29º 0.97% 0.57% -
XYZ 12.34 7.29 0.9 -
YUV 65.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 145 36 5 0 0.75 0.97 0.43 13.29 0.93 0.29
Hex 91 24 5 0 4B 61 2B D 5D 1D
Octal 221 44 5 0 113 141 53 15 135 35
Binary 10010001 100100 101 0 1001011 1100001 101011 1101 1011101 11101

Color Harmonies of #912405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912405

Black with #912405

Text Example


Text Example

White with #912405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912405; }

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

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

background-color css

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

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

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

border-color css

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

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

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