Html Css Color HEX #92130F Falu Red

📋 copy color: '#92130F'

red 146 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #92130F

Tints of Falu Red #92130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.33%

R = 81.11%
G = 10.56%
B = 8.33%

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

#92130F (or 0x92130F) is known color: Falu Red. HEX triplet: 92, 13 and 0F. RGB value is (146,19,15). Sum of RGB (Red+Green+Blue) = 146+19+15=180 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.11% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 146 - color contains mainly: red. Hex color #92130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92130F is #6DECF0. Grayscale: #383838. Windows color (decimal): -7204081 or 988050. OLE color: 988050.

HSL color Cylindrical-coordinate representation of color #92130F: hue angle of 1.83º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92130F is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 19 15 -
CMYK 0 0.87 0.90 0.43
HSL 1.83º 0.81% 0.32% -
HSV(B) 1.83º 0.9% 0.57% -
XYZ 12.17 6.61 1.09 -
YUV 56.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 146 19 15 0 0.87 0.90 0.43 1.83 0.81 0.32
Hex 92 13 F 0 57 5A 2B 2 51 20
Octal 222 23 17 0 127 132 53 2 121 40
Binary 10010010 10011 1111 0 1010111 1011010 101011 10 1010001 100000

Color Harmonies of #92130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92130F

Black with #92130F

Text Example


Text Example

White with #92130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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