Html Css Color HEX #932207 Falu Red

📋 copy color: '#932207'

red 147 ◦ green 34 ◦ blue 7

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

Shades of Falu Red #932207

Tints of Falu Red #932207

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.09%

 BLUE value IS 7 (3.13% from 255) = 3.72%

R = 78.19%
G = 18.09%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#932207 (or 0x932207) is known color: Falu Red. HEX triplet: 93, 22 and 07. RGB value is (147,34,7). Sum of RGB (Red+Green+Blue) = 147+34+7=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #932207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932207 is #6CDDF8. Grayscale: #404040. Windows color (decimal): -7134713 or 467603. OLE color: 467603.

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

Color convert

RGB 147 34 7 -
CMYK 0 0.77 0.95 0.42
HSL 11.57º 0.91% 0.3% -
HSV(B) 11.57º 0.95% 0.58% -
XYZ 12.64 7.36 0.96 -
YUV 64.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 147 34 7 0 0.77 0.95 0.42 11.57 0.91 0.3
Hex 93 22 7 0 4D 5F 2A C 5B 1E
Octal 223 42 7 0 115 137 52 14 133 36
Binary 10010011 100010 111 0 1001101 1011111 101010 1100 1011011 11110

Color Harmonies of #932207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932207

Black with #932207

Text Example


Text Example

White with #932207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932207; }

 p { color: rgb(147,34,7); }

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

background-color css

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

 a { background-color: rgb(147,34,7); }

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

border-color css

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

 span { border-color: rgb(147,34,7); }

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