Html Css Color HEX #921814 Falu Red

📋 copy color: '#921814'

red 146 ◦ green 24 ◦ blue 20

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

Shades of Falu Red #921814

Tints of Falu Red #921814

RGB

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

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

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

R = 76.84%
G = 12.63%
B = 10.53%

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

#921814 (or 0x921814) is known color: Falu Red. HEX triplet: 92, 18 and 14. RGB value is (146,24,20). Sum of RGB (Red+Green+Blue) = 146+24+20=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #921814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921814 is #6DE7EB. Grayscale: #3C3C3C. Windows color (decimal): -7202796 or 1317010. OLE color: 1317010.

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

Color convert

RGB 146 24 20 -
CMYK 0 0.84 0.86 0.43
HSL 1.9º 0.76% 0.33% -
HSV(B) 1.9º 0.86% 0.57% -
XYZ 12.31 6.81 1.33 -
YUV 60.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 146 24 20 0 0.84 0.86 0.43 1.9 0.76 0.33
Hex 92 18 14 0 54 56 2B 2 4C 21
Octal 222 30 24 0 124 126 53 2 114 41
Binary 10010010 11000 10100 0 1010100 1010110 101011 10 1001100 100001

Color Harmonies of #921814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921814

Black with #921814

Text Example


Text Example

White with #921814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921814; }

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

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

background-color css

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

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

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

border-color css

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

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

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