Html Css Color HEX #921F00 Falu Red

📋 copy color: '#921F00'

red 146 ◦ green 31 ◦ blue 0

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

Shades of Falu Red #921F00

Tints of Falu Red #921F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.49%
G = 17.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#921F00 (or 0x921F00) is known color: Falu Red. HEX triplet: 92, 1F and 00. RGB value is (146,31,0). Sum of RGB (Red+Green+Blue) = 146+31+0=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #921F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921F00 is #6DE0FF. Grayscale: #3E3E3E. Windows color (decimal): -7201024 or 8082. OLE color: 8082.

HSL color Cylindrical-coordinate representation of color #921F00: hue angle of 12.74º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #921F00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 31 0 -
CMYK 0 0.79 1 0.43
HSL 12.74º 1% 0.29% -
HSV(B) 12.74º 1% 0.57% -
XYZ 12.34 7.09 0.72 -
YUV 61.85 93.1 188.02 -
System Red Green Blue C M Y K H S L
Decimal 146 31 0 0 0.79 1 0.43 12.74 1 0.29
Hex 92 1F 0 0 4F 64 2B D 64 1D
Octal 222 37 0 0 117 144 53 15 144 35
Binary 10010010 11111 0 0 1001111 1100100 101011 1101 1100100 11101

Color Harmonies of #921F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921F00

Black with #921F00

Text Example


Text Example

White with #921F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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