Html Css Color HEX #932005 Falu Red

📋 copy color: '#932005'

red 147 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #932005

Tints of Falu Red #932005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.72%

R = 79.89%
G = 17.39%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#932005 (or 0x932005) is known color: Falu Red. HEX triplet: 93, 20 and 05. RGB value is (147,32,5). Sum of RGB (Red+Green+Blue) = 147+32+5=184 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.89% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 147 - color contains mainly: red. Hex color #932005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932005 is #6CDFFA. Grayscale: #3F3F3F. Windows color (decimal): -7135227 or 336019. OLE color: 336019.

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

Color convert

RGB 147 32 5 -
CMYK 0 0.78 0.97 0.42
HSL 11.41º 0.93% 0.3% -
HSV(B) 11.41º 0.97% 0.58% -
XYZ 12.58 7.25 0.88 -
YUV 63.31 95.1 187.7 -
System Red Green Blue C M Y K H S L
Decimal 147 32 5 0 0.78 0.97 0.42 11.41 0.93 0.3
Hex 93 20 5 0 4E 61 2A B 5D 1E
Octal 223 40 5 0 116 141 52 13 135 36
Binary 10010011 100000 101 0 1001110 1100001 101010 1011 1011101 11110

Color Harmonies of #932005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932005

Black with #932005

Text Example


Text Example

White with #932005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932005; }

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

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

background-color css

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

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

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

border-color css

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

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

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