Html Css Color HEX #921613 Falu Red

📋 copy color: '#921613'

red 146 ◦ green 22 ◦ blue 19

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

Shades of Falu Red #921613

Tints of Falu Red #921613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.76%

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

R = 78.07%
G = 11.76%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#921613 (or 0x921613) is known color: Falu Red. HEX triplet: 92, 16 and 13. RGB value is (146,22,19). Sum of RGB (Red+Green+Blue) = 146+22+19=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #921613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921613 is #6DE9EC. Grayscale: #3A3A3A. Windows color (decimal): -7203309 or 1250962. OLE color: 1250962.

HSL color Cylindrical-coordinate representation of color #921613: hue angle of 1.42º 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 #921613 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 22 19 -
CMYK 0 0.85 0.87 0.43
HSL 1.42º 0.77% 0.32% -
HSV(B) 1.42º 0.87% 0.57% -
XYZ 12.26 6.73 1.27 -
YUV 58.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 146 22 19 0 0.85 0.87 0.43 1.42 0.77 0.32
Hex 92 16 13 0 55 57 2B 1 4D 20
Octal 222 26 23 0 125 127 53 1 115 40
Binary 10010010 10110 10011 0 1010101 1010111 101011 1 1001101 100000

Color Harmonies of #921613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921613

Black with #921613

Text Example


Text Example

White with #921613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921613; }

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

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

background-color css

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

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

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

border-color css

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

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

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