Html Css Color HEX #932000 Falu Red

📋 copy color: '#932000'

red 147 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #932000

Tints of Falu Red #932000

RGB

 RED value IS 147 (57.81% from 255) = 82.12%

 GREEN value IS 32 (12.89% from 255) = 17.88%

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

R = 82.12%
G = 17.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#932000 (or 0x932000) is known color: Falu Red. HEX triplet: 93, 20 and 00. RGB value is (147,32,0). Sum of RGB (Red+Green+Blue) = 147+32+0=179 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.12% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 147 - color contains mainly: red. Hex color #932000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932000 is #6CDFFF. Grayscale: #3E3E3E. Windows color (decimal): -7135232 or 8339. OLE color: 8339.

HSL color Cylindrical-coordinate representation of color #932000: hue angle of 13.06º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #932000 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 32 0 -
CMYK 0 0.78 1 0.42
HSL 13.06º 1% 0.29% -
HSV(B) 13.06º 1% 0.58% -
XYZ 12.55 7.24 0.74 -
YUV 62.74 92.6 188.1 -
System Red Green Blue C M Y K H S L
Decimal 147 32 0 0 0.78 1 0.42 13.06 1 0.29
Hex 93 20 0 0 4E 64 2A D 64 1D
Octal 223 40 0 0 116 144 52 15 144 35
Binary 10010011 100000 0 0 1001110 1100100 101010 1101 1100100 11101

Color Harmonies of #932000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932000

Black with #932000

Text Example


Text Example

White with #932000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932000; }

 p { color: rgb(147,32,0); }

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

background-color css

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

 a { background-color: rgb(147,32,0); }

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

border-color css

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

 span { border-color: rgb(147,32,0); }

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