Html Css Color HEX #931F08 Falu Red

📋 copy color: '#931F08'

red 147 ◦ green 31 ◦ blue 8

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

Shades of Falu Red #931F08

Tints of Falu Red #931F08

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.67%

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

R = 79.03%
G = 16.67%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#931F08 (or 0x931F08) is known color: Falu Red. HEX triplet: 93, 1F and 08. RGB value is (147,31,8). Sum of RGB (Red+Green+Blue) = 147+31+8=186 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.03% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 147 - color contains mainly: red. Hex color #931F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931F08 is #6CE0F7. Grayscale: #3F3F3F. Windows color (decimal): -7135480 or 532371. OLE color: 532371.

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

Color convert

RGB 147 31 8 -
CMYK 0 0.79 0.95 0.42
HSL 9.93º 0.9% 0.3% -
HSV(B) 9.93º 0.95% 0.58% -
XYZ 12.57 7.2 0.96 -
YUV 63.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 147 31 8 0 0.79 0.95 0.42 9.93 0.9 0.3
Hex 93 1F 8 0 4F 5F 2A A 5A 1E
Octal 223 37 10 0 117 137 52 12 132 36
Binary 10010011 11111 1000 0 1001111 1011111 101010 1010 1011010 11110

Color Harmonies of #931F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931F08

Black with #931F08

Text Example


Text Example

White with #931F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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