Html Css Color HEX #921313 Falu Red

📋 copy color: '#921313'

red 146 ◦ green 19 ◦ blue 19

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

Shades of Falu Red #921313

Tints of Falu Red #921313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.33%

R = 79.35%
G = 10.33%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#921313 (or 0x921313) is known color: Falu Red. HEX triplet: 92, 13 and 13. RGB value is (146,19,19). Sum of RGB (Red+Green+Blue) = 146+19+19=184 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.35% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 146 - color contains mainly: red. Hex color #921313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921313 is #6DECEC. Grayscale: #393939. Windows color (decimal): -7204077 or 1250194. OLE color: 1250194.

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

Color convert

RGB 146 19 19 -
CMYK 0 0.87 0.87 0.43
HSL 0.77% 0.32% -
HSV(B) 0.87% 0.57% -
XYZ 12.2 6.62 1.25 -
YUV 56.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 146 19 19 0 0.87 0.87 0.43 0 0.77 0.32
Hex 92 13 13 0 57 57 2B 0 4D 20
Octal 222 23 23 0 127 127 53 0 115 40
Binary 10010010 10011 10011 0 1010111 1010111 101011 0 1001101 100000

Color Harmonies of #921313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921313

Black with #921313

Text Example


Text Example

White with #921313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921313; }

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

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

background-color css

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

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

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

border-color css

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

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

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