Html Css Color HEX #921711 Falu Red

📋 copy color: '#921711'

red 146 ◦ green 23 ◦ blue 17

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

Shades of Falu Red #921711

Tints of Falu Red #921711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 78.49%
G = 12.37%
B = 9.14%

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

#921711 (or 0x921711) is known color: Falu Red. HEX triplet: 92, 17 and 11. RGB value is (146,23,17). Sum of RGB (Red+Green+Blue) = 146+23+17=186 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.49% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 146 - color contains mainly: red. Hex color #921711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921711 is #6DE8EE. Grayscale: #3B3B3B. Windows color (decimal): -7203055 or 1120146. OLE color: 1120146.

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

Color convert

RGB 146 23 17 -
CMYK 0 0.84 0.88 0.43
HSL 2.79º 0.79% 0.32% -
HSV(B) 2.79º 0.88% 0.57% -
XYZ 12.26 6.76 1.19 -
YUV 59.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 146 23 17 0 0.84 0.88 0.43 2.79 0.79 0.32
Hex 92 17 11 0 54 58 2B 3 4F 20
Octal 222 27 21 0 124 130 53 3 117 40
Binary 10010010 10111 10001 0 1010100 1011000 101011 11 1001111 100000

Color Harmonies of #921711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921711

Black with #921711

Text Example


Text Example

White with #921711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921711; }

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

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

background-color css

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

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

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

border-color css

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

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

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