Html Css Color HEX #92170E Falu Red

📋 copy color: '#92170E'

red 146 ◦ green 23 ◦ blue 14

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

Shades of Falu Red #92170E

Tints of Falu Red #92170E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.57%

 BLUE value IS 14 (5.86% from 255) = 7.65%

R = 79.78%
G = 12.57%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#92170E (or 0x92170E) is known color: Falu Red. HEX triplet: 92, 17 and 0E. RGB value is (146,23,14). Sum of RGB (Red+Green+Blue) = 146+23+14=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #92170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92170E is #6DE8F1. Grayscale: #3A3A3A. Windows color (decimal): -7203058 or 923538. OLE color: 923538.

HSL color Cylindrical-coordinate representation of color #92170E: hue angle of 4.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92170E is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 23 14 -
CMYK 0 0.84 0.90 0.43
HSL 4.09º 0.83% 0.31% -
HSV(B) 4.09º 0.9% 0.57% -
XYZ 12.24 6.76 1.07 -
YUV 58.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 146 23 14 0 0.84 0.90 0.43 4.09 0.83 0.31
Hex 92 17 E 0 54 5A 2B 4 52 1F
Octal 222 27 16 0 124 132 53 4 122 37
Binary 10010010 10111 1110 0 1010100 1011010 101011 100 1010010 11111

Color Harmonies of #92170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92170E

Black with #92170E

Text Example


Text Example

White with #92170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92170E; }

 p { color: rgb(146,23,14); }

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

background-color css

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

 a { background-color: rgb(146,23,14); }

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

border-color css

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

 span { border-color: rgb(146,23,14); }

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