Html Css Color HEX #921815 Falu Red

📋 copy color: '#921815'

red 146 ◦ green 24 ◦ blue 21

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

Shades of Falu Red #921815

Tints of Falu Red #921815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

 BLUE value IS 21 (8.59% from 255) = 10.99%

R = 76.44%
G = 12.57%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#921815 (or 0x921815) is known color: Falu Red. HEX triplet: 92, 18 and 15. RGB value is (146,24,21). Sum of RGB (Red+Green+Blue) = 146+24+21=191 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.44% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 146 - color contains mainly: red. Hex color #921815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921815 is #6DE7EA. Grayscale: #3C3C3C. Windows color (decimal): -7202795 or 1382546. OLE color: 1382546.

HSL color Cylindrical-coordinate representation of color #921815: hue angle of 1.44º degrees, saturation: 0.75, 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 #921815 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 24 21 -
CMYK 0 0.84 0.86 0.43
HSL 1.44º 0.75% 0.33% -
HSV(B) 1.44º 0.86% 0.57% -
XYZ 12.32 6.82 1.38 -
YUV 60.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 146 24 21 0 0.84 0.86 0.43 1.44 0.75 0.33
Hex 92 18 15 0 54 56 2B 1 4B 21
Octal 222 30 25 0 124 126 53 1 113 41
Binary 10010010 11000 10101 0 1010100 1010110 101011 1 1001011 100001

Color Harmonies of #921815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921815

Black with #921815

Text Example


Text Example

White with #921815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921815; }

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

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

background-color css

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

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

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

border-color css

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

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

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