Html Css Color HEX #921712 Falu Red

📋 copy color: '#921712'

red 146 ◦ green 23 ◦ blue 18

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

Shades of Falu Red #921712

Tints of Falu Red #921712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.3%

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 78.07%
G = 12.3%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#921712 (or 0x921712) is known color: Falu Red. HEX triplet: 92, 17 and 12. RGB value is (146,23,18). Sum of RGB (Red+Green+Blue) = 146+23+18=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #921712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921712 is #6DE8ED. Grayscale: #3B3B3B. Windows color (decimal): -7203054 or 1185682. OLE color: 1185682.

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

Color convert

RGB 146 23 18 -
CMYK 0 0.84 0.88 0.43
HSL 2.34º 0.78% 0.32% -
HSV(B) 2.34º 0.88% 0.57% -
XYZ 12.27 6.77 1.23 -
YUV 59.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 146 23 18 0 0.84 0.88 0.43 2.34 0.78 0.32
Hex 92 17 12 0 54 58 2B 2 4E 20
Octal 222 27 22 0 124 130 53 2 116 40
Binary 10010010 10111 10010 0 1010100 1011000 101011 10 1001110 100000

Color Harmonies of #921712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921712

Black with #921712

Text Example


Text Example

White with #921712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921712; }

 p { color: rgb(146,23,18); }

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

background-color css

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

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

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

border-color css

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

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

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