Html Css Color HEX #92140B Falu Red

📋 copy color: '#92140B'

red 146 ◦ green 20 ◦ blue 11

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

Shades of Falu Red #92140B

Tints of Falu Red #92140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.21%

R = 82.49%
G = 11.3%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#92140B (or 0x92140B) is known color: Falu Red. HEX triplet: 92, 14 and 0B. RGB value is (146,20,11). Sum of RGB (Red+Green+Blue) = 146+20+11=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #92140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92140B is #6DEBF4. Grayscale: #383838. Windows color (decimal): -7203829 or 726162. OLE color: 726162.

HSL color Cylindrical-coordinate representation of color #92140B: hue angle of 4º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92140B is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 20 11 -
CMYK 0 0.86 0.92 0.43
HSL 0.86% 0.31% -
HSV(B) 0.92% 0.57% -
XYZ 12.16 6.64 0.96 -
YUV 56.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 146 20 11 0 0.86 0.92 0.43 4 0.86 0.31
Hex 92 14 B 0 56 5C 2B 4 56 1F
Octal 222 24 13 0 126 134 53 4 126 37
Binary 10010010 10100 1011 0 1010110 1011100 101011 100 1010110 11111

Color Harmonies of #92140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92140B

Black with #92140B

Text Example


Text Example

White with #92140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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