Html Css Color HEX #921F08 Falu Red

📋 copy color: '#921F08'

red 146 ◦ green 31 ◦ blue 8

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

Shades of Falu Red #921F08

Tints of Falu Red #921F08

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.76%

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

R = 78.92%
G = 16.76%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#921F08 (or 0x921F08) is known color: Falu Red. HEX triplet: 92, 1F and 08. RGB value is (146,31,8). Sum of RGB (Red+Green+Blue) = 146+31+8=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #921F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921F08 is #6DE0F7. Grayscale: #3E3E3E. Windows color (decimal): -7201016 or 532370. OLE color: 532370.

HSL color Cylindrical-coordinate representation of color #921F08: hue angle of 10º 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 #921F08 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 31 8 -
CMYK 0 0.79 0.95 0.43
HSL 10º 0.9% 0.3% -
HSV(B) 10º 0.95% 0.57% -
XYZ 12.39 7.11 0.95 -
YUV 62.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 146 31 8 0 0.79 0.95 0.43 10 0.9 0.3
Hex 92 1F 8 0 4F 5F 2B A 5A 1E
Octal 222 37 10 0 117 137 53 12 132 36
Binary 10010010 11111 1000 0 1001111 1011111 101011 1010 1011010 11110

Color Harmonies of #921F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921F08

Black with #921F08

Text Example


Text Example

White with #921F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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