Html Css Color HEX #931C0D Falu Red

📋 copy color: '#931C0D'

red 147 ◦ green 28 ◦ blue 13

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

Shades of Falu Red #931C0D

Tints of Falu Red #931C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 78.19%
G = 14.89%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#931C0D (or 0x931C0D) is known color: Falu Red. HEX triplet: 93, 1C and 0D. RGB value is (147,28,13). Sum of RGB (Red+Green+Blue) = 147+28+13=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #931C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931C0D is #6CE3F2. Grayscale: #3E3E3E. Windows color (decimal): -7136243 or 859283. OLE color: 859283.

HSL color Cylindrical-coordinate representation of color #931C0D: hue angle of 6.72º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #931C0D is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 28 13 -
CMYK 0 0.81 0.91 0.42
HSL 6.72º 0.84% 0.31% -
HSV(B) 6.72º 0.91% 0.58% -
XYZ 12.52 7.06 1.08 -
YUV 61.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 147 28 13 0 0.81 0.91 0.42 6.72 0.84 0.31
Hex 93 1C D 0 51 5B 2A 7 54 1F
Octal 223 34 15 0 121 133 52 7 124 37
Binary 10010011 11100 1101 0 1010001 1011011 101010 111 1010100 11111

Color Harmonies of #931C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931C0D

Black with #931C0D

Text Example


Text Example

White with #931C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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