Html Css Color HEX #932308 Falu Red

📋 copy color: '#932308'

red 147 ◦ green 35 ◦ blue 8

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

Shades of Falu Red #932308

Tints of Falu Red #932308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

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

R = 77.37%
G = 18.42%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#932308 (or 0x932308) is known color: Falu Red. HEX triplet: 93, 23 and 08. RGB value is (147,35,8). Sum of RGB (Red+Green+Blue) = 147+35+8=190 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.37% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 147 - color contains mainly: red. Hex color #932308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932308 is #6CDCF7. Grayscale: #414141. Windows color (decimal): -7134456 or 533395. OLE color: 533395.

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

Color convert

RGB 147 35 8 -
CMYK 0 0.76 0.95 0.42
HSL 11.65º 0.9% 0.3% -
HSV(B) 11.65º 0.95% 0.58% -
XYZ 12.68 7.42 0.99 -
YUV 65.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 147 35 8 0 0.76 0.95 0.42 11.65 0.9 0.3
Hex 93 23 8 0 4C 5F 2A C 5A 1E
Octal 223 43 10 0 114 137 52 14 132 36
Binary 10010011 100011 1000 0 1001100 1011111 101010 1100 1011010 11110

Color Harmonies of #932308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932308

Black with #932308

Text Example


Text Example

White with #932308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932308; }

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

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

background-color css

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

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

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

border-color css

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

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

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