Html Css Color HEX #92170A Falu Red

📋 copy color: '#92170A'

red 146 ◦ green 23 ◦ blue 10

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

Shades of Falu Red #92170A

Tints of Falu Red #92170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.59%

R = 81.56%
G = 12.85%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.43

RGB Variations

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

Color information

#92170A (or 0x92170A) is known color: Falu Red. HEX triplet: 92, 17 and 0A. RGB value is (146,23,10). Sum of RGB (Red+Green+Blue) = 146+23+10=179 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.56% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 146 - color contains mainly: red. Hex color #92170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92170A is #6DE8F5. Grayscale: #3A3A3A. Windows color (decimal): -7203062 or 661394. OLE color: 661394.

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

Color convert

RGB 146 23 10 -
CMYK 0 0.84 0.93 0.43
HSL 5.74º 0.87% 0.31% -
HSV(B) 5.74º 0.93% 0.57% -
XYZ 12.22 6.75 0.95 -
YUV 58.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 146 23 10 0 0.84 0.93 0.43 5.74 0.87 0.31
Hex 92 17 A 0 54 5D 2B 6 57 1F
Octal 222 27 12 0 124 135 53 6 127 37
Binary 10010010 10111 1010 0 1010100 1011101 101011 110 1010111 11111

Color Harmonies of #92170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92170A

Black with #92170A

Text Example


Text Example

White with #92170A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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