Html Css Color HEX #921708 Falu Red

📋 copy color: '#921708'

red 146 ◦ green 23 ◦ blue 8

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

Shades of Falu Red #921708

Tints of Falu Red #921708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 82.49%
G = 12.99%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#921708 (or 0x921708) is known color: Falu Red. HEX triplet: 92, 17 and 08. RGB value is (146,23,8). Sum of RGB (Red+Green+Blue) = 146+23+8=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #921708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921708 is #6DE8F7. Grayscale: #3A3A3A. Windows color (decimal): -7203064 or 530322. OLE color: 530322.

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

Color convert

RGB 146 23 8 -
CMYK 0 0.84 0.95 0.43
HSL 6.52º 0.9% 0.3% -
HSV(B) 6.52º 0.95% 0.57% -
XYZ 12.2 6.74 0.89 -
YUV 58.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 146 23 8 0 0.84 0.95 0.43 6.52 0.9 0.3
Hex 92 17 8 0 54 5F 2B 7 5A 1E
Octal 222 27 10 0 124 137 53 7 132 36
Binary 10010010 10111 1000 0 1010100 1011111 101011 111 1011010 11110

Color Harmonies of #921708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921708

Black with #921708

Text Example


Text Example

White with #921708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921708; }

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

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

background-color css

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

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

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

border-color css

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

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

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