Html Css Color HEX #931A0E Falu Red

📋 copy color: '#931A0E'

red 147 ◦ green 26 ◦ blue 14

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

Shades of Falu Red #931A0E

Tints of Falu Red #931A0E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.9%

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 78.61%
G = 13.9%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#931A0E (or 0x931A0E) is known color: Falu Red. HEX triplet: 93, 1A and 0E. RGB value is (147,26,14). Sum of RGB (Red+Green+Blue) = 147+26+14=187 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.61% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 147 - color contains mainly: red. Hex color #931A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931A0E is #6CE5F1. Grayscale: #3C3C3C. Windows color (decimal): -7136754 or 924307. OLE color: 924307.

HSL color Cylindrical-coordinate representation of color #931A0E: hue angle of 5.41º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #931A0E is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 26 14 -
CMYK 0 0.82 0.90 0.42
HSL 5.41º 0.83% 0.32% -
HSV(B) 5.41º 0.9% 0.58% -
XYZ 12.48 6.97 1.1 -
YUV 60.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 147 26 14 0 0.82 0.90 0.42 5.41 0.83 0.32
Hex 93 1A E 0 52 5A 2A 5 53 20
Octal 223 32 16 0 122 132 52 5 123 40
Binary 10010011 11010 1110 0 1010010 1011010 101010 101 1010011 100000

Color Harmonies of #931A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931A0E

Black with #931A0E

Text Example


Text Example

White with #931A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,26,14); }

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

background-color css

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

 a { background-color: rgb(147,26,14); }

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

border-color css

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

 span { border-color: rgb(147,26,14); }

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