Html Css Color HEX #912308 Falu Red

📋 copy color: '#912308'

red 145 ◦ green 35 ◦ blue 8

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

Shades of Falu Red #912308

Tints of Falu Red #912308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.62%

 BLUE value IS 8 (3.52% from 255) = 4.26%

R = 77.13%
G = 18.62%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#912308 (or 0x912308) is known color: Falu Red. HEX triplet: 91, 23 and 08. RGB value is (145,35,8). Sum of RGB (Red+Green+Blue) = 145+35+8=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #912308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912308 is #6EDCF7. Grayscale: #414141. Windows color (decimal): -7265528 or 533393. OLE color: 533393.

HSL color Cylindrical-coordinate representation of color #912308: hue angle of 11.82º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #912308 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 35 8 -
CMYK 0 0.76 0.94 0.43
HSL 11.82º 0.9% 0.3% -
HSV(B) 11.82º 0.94% 0.57% -
XYZ 12.32 7.24 0.98 -
YUV 64.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 145 35 8 0 0.76 0.94 0.43 11.82 0.9 0.3
Hex 91 23 8 0 4C 5E 2B C 5A 1E
Octal 221 43 10 0 114 136 53 14 132 36
Binary 10010001 100011 1000 0 1001100 1011110 101011 1100 1011010 11110

Color Harmonies of #912308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912308

Black with #912308

Text Example


Text Example

White with #912308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912308; }

 p { color: rgb(145,35,8); }

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

background-color css

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

 a { background-color: rgb(145,35,8); }

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

border-color css

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

 span { border-color: rgb(145,35,8); }

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