Html Css Color HEX #92110D Falu Red

📋 copy color: '#92110D'

red 146 ◦ green 17 ◦ blue 13

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

Shades of Falu Red #92110D

Tints of Falu Red #92110D

RGB

 RED value IS 146 (57.42% from 255) = 82.95%

 GREEN value IS 17 (7.03% from 255) = 9.66%

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 82.95%
G = 9.66%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#92110D (or 0x92110D) is known color: Falu Red. HEX triplet: 92, 11 and 0D. RGB value is (146,17,13). Sum of RGB (Red+Green+Blue) = 146+17+13=176 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.95% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 146 - color contains mainly: red. Hex color #92110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92110D is #6DEEF2. Grayscale: #373737. Windows color (decimal): -7204595 or 856466. OLE color: 856466.

HSL color Cylindrical-coordinate representation of color #92110D: hue angle of 1.8º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92110D is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 17 13 -
CMYK 0 0.88 0.91 0.43
HSL 1.8º 0.84% 0.31% -
HSV(B) 1.8º 0.91% 0.57% -
XYZ 12.13 6.54 1 -
YUV 55.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 146 17 13 0 0.88 0.91 0.43 1.8 0.84 0.31
Hex 92 11 D 0 58 5B 2B 2 54 1F
Octal 222 21 15 0 130 133 53 2 124 37
Binary 10010010 10001 1101 0 1011000 1011011 101011 10 1010100 11111

Color Harmonies of #92110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92110D

Black with #92110D

Text Example


Text Example

White with #92110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92110D; }

 p { color: rgb(146,17,13); }

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

background-color css

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

 a { background-color: rgb(146,17,13); }

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

border-color css

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

 span { border-color: rgb(146,17,13); }

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