Html Css Color HEX #932208 Falu Red

📋 copy color: '#932208'

red 147 ◦ green 34 ◦ blue 8

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

Shades of Falu Red #932208

Tints of Falu Red #932208

RGB

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

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

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

R = 77.78%
G = 17.99%
B = 4.23%

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

#932208 (or 0x932208) is known color: Falu Red. HEX triplet: 93, 22 and 08. RGB value is (147,34,8). Sum of RGB (Red+Green+Blue) = 147+34+8=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #932208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932208 is #6CDDF7. Grayscale: #414141. Windows color (decimal): -7134712 or 533139. OLE color: 533139.

HSL color Cylindrical-coordinate representation of color #932208: hue angle of 11.22º degrees, saturation: 0.9, 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 #932208 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 34 8 -
CMYK 0 0.77 0.95 0.42
HSL 11.22º 0.9% 0.3% -
HSV(B) 11.22º 0.95% 0.58% -
XYZ 12.65 7.36 0.98 -
YUV 64.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 147 34 8 0 0.77 0.95 0.42 11.22 0.9 0.3
Hex 93 22 8 0 4D 5F 2A B 5A 1E
Octal 223 42 10 0 115 137 52 13 132 36
Binary 10010011 100010 1000 0 1001101 1011111 101010 1011 1011010 11110

Color Harmonies of #932208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932208

Black with #932208

Text Example


Text Example

White with #932208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932208; }

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

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

background-color css

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

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

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

border-color css

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

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

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