Html Css Color HEX #931B05 Falu Red

📋 copy color: '#931B05'

red 147 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #931B05

Tints of Falu Red #931B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.08%

 BLUE value IS 5 (2.34% from 255) = 2.79%

R = 82.12%
G = 15.08%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#931B05 (or 0x931B05) is known color: Falu Red. HEX triplet: 93, 1B and 05. RGB value is (147,27,5). Sum of RGB (Red+Green+Blue) = 147+27+5=179 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.12% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 147 - color contains mainly: red. Hex color #931B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931B05 is #6CE4FA. Grayscale: #3C3C3C. Windows color (decimal): -7136507 or 334739. OLE color: 334739.

HSL color Cylindrical-coordinate representation of color #931B05: hue angle of 9.3º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #931B05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 27 5 -
CMYK 0 0.82 0.97 0.42
HSL 9.3º 0.93% 0.3% -
HSV(B) 9.3º 0.97% 0.58% -
XYZ 12.45 7 0.84 -
YUV 60.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 147 27 5 0 0.82 0.97 0.42 9.3 0.93 0.3
Hex 93 1B 5 0 52 61 2A 9 5D 1E
Octal 223 33 5 0 122 141 52 11 135 36
Binary 10010011 11011 101 0 1010010 1100001 101010 1001 1011101 11110

Color Harmonies of #931B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931B05

Black with #931B05

Text Example


Text Example

White with #931B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,27,5); }

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

background-color css

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

 a { background-color: rgb(147,27,5); }

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

border-color css

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

 span { border-color: rgb(147,27,5); }

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