Html Css Color HEX #921514 Falu Red

📋 copy color: '#921514'

red 146 ◦ green 21 ◦ blue 20

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

Shades of Falu Red #921514

Tints of Falu Red #921514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

 BLUE value IS 20 (8.2% from 255) = 10.7%

R = 78.07%
G = 11.23%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#921514 (or 0x921514) is known color: Falu Red. HEX triplet: 92, 15 and 14. RGB value is (146,21,20). Sum of RGB (Red+Green+Blue) = 146+21+20=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #921514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921514 is #6DEAEB. Grayscale: #3A3A3A. Windows color (decimal): -7203564 or 1316242. OLE color: 1316242.

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

Color convert

RGB 146 21 20 -
CMYK 0 0.86 0.86 0.43
HSL 0.48º 0.76% 0.33% -
HSV(B) 0.48º 0.86% 0.57% -
XYZ 12.25 6.7 1.31 -
YUV 58.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 146 21 20 0 0.86 0.86 0.43 0.48 0.76 0.33
Hex 92 15 14 0 56 56 2B 0 4C 21
Octal 222 25 24 0 126 126 53 0 114 41
Binary 10010010 10101 10100 0 1010110 1010110 101011 0 1001100 100001

Color Harmonies of #921514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921514

Black with #921514

Text Example


Text Example

White with #921514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921514; }

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

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

background-color css

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

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

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

border-color css

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

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

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