Html Css Color HEX #92140F Falu Red

📋 copy color: '#92140F'

red 146 ◦ green 20 ◦ blue 15

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

Shades of Falu Red #92140F

Tints of Falu Red #92140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.05%

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

R = 80.66%
G = 11.05%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#92140F (or 0x92140F) is known color: Falu Red. HEX triplet: 92, 14 and 0F. RGB value is (146,20,15). Sum of RGB (Red+Green+Blue) = 146+20+15=181 (23% of max value = 765). Red value is 146 (57.42% from 255 or 80.66% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 146 - color contains mainly: red. Hex color #92140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92140F is #6DEBF0. Grayscale: #393939. Windows color (decimal): -7203825 or 988306. OLE color: 988306.

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

Color convert

RGB 146 20 15 -
CMYK 0 0.86 0.90 0.43
HSL 2.29º 0.81% 0.32% -
HSV(B) 2.29º 0.9% 0.57% -
XYZ 12.19 6.65 1.09 -
YUV 57.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 146 20 15 0 0.86 0.90 0.43 2.29 0.81 0.32
Hex 92 14 F 0 56 5A 2B 2 51 20
Octal 222 24 17 0 126 132 53 2 121 40
Binary 10010010 10100 1111 0 1010110 1011010 101011 10 1010001 100000

Color Harmonies of #92140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92140F

Black with #92140F

Text Example


Text Example

White with #92140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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