Html Css Color HEX #92130E Falu Red

📋 copy color: '#92130E'

red 146 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #92130E

Tints of Falu Red #92130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.61%

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

R = 81.56%
G = 10.61%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#92130E (or 0x92130E) is known color: Falu Red. HEX triplet: 92, 13 and 0E. RGB value is (146,19,14). Sum of RGB (Red+Green+Blue) = 146+19+14=179 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.56% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 146 - color contains mainly: red. Hex color #92130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92130E is #6DECF1. Grayscale: #383838. Windows color (decimal): -7204082 or 922514. OLE color: 922514.

HSL color Cylindrical-coordinate representation of color #92130E: hue angle of 2.27º 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 #92130E is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 19 14 -
CMYK 0 0.87 0.90 0.43
HSL 2.27º 0.83% 0.31% -
HSV(B) 2.27º 0.9% 0.57% -
XYZ 12.17 6.61 1.05 -
YUV 56.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 146 19 14 0 0.87 0.90 0.43 2.27 0.83 0.31
Hex 92 13 E 0 57 5A 2B 2 52 1F
Octal 222 23 16 0 127 132 53 2 122 37
Binary 10010010 10011 1110 0 1010111 1011010 101011 10 1010010 11111

Color Harmonies of #92130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92130E

Black with #92130E

Text Example


Text Example

White with #92130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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