Html Css Color HEX #931C08 Falu Red

📋 copy color: '#931C08'

red 147 ◦ green 28 ◦ blue 8

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

Shades of Falu Red #931C08

Tints of Falu Red #931C08

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.3%

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

R = 80.33%
G = 15.3%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#931C08 (or 0x931C08) is known color: Falu Red. HEX triplet: 93, 1C and 08. RGB value is (147,28,8). Sum of RGB (Red+Green+Blue) = 147+28+8=183 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.33% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 147 - color contains mainly: red. Hex color #931C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931C08 is #6CE3F7. Grayscale: #3D3D3D. Windows color (decimal): -7136248 or 531603. OLE color: 531603.

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

Color convert

RGB 147 28 8 -
CMYK 0 0.81 0.95 0.42
HSL 8.63º 0.9% 0.3% -
HSV(B) 8.63º 0.95% 0.58% -
XYZ 12.49 7.05 0.93 -
YUV 61.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 147 28 8 0 0.81 0.95 0.42 8.63 0.9 0.3
Hex 93 1C 8 0 51 5F 2A 9 5A 1E
Octal 223 34 10 0 121 137 52 11 132 36
Binary 10010011 11100 1000 0 1010001 1011111 101010 1001 1011010 11110

Color Harmonies of #931C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931C08

Black with #931C08

Text Example


Text Example

White with #931C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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