Html Css Color HEX #931A07 Falu Red

📋 copy color: '#931A07'

red 147 ◦ green 26 ◦ blue 7

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

Shades of Falu Red #931A07

Tints of Falu Red #931A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.89%

R = 81.67%
G = 14.44%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#931A07 (or 0x931A07) is known color: Falu Red. HEX triplet: 93, 1A and 07. RGB value is (147,26,7). Sum of RGB (Red+Green+Blue) = 147+26+7=180 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.67% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 147 - color contains mainly: red. Hex color #931A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931A07 is #6CE5F8. Grayscale: #3C3C3C. Windows color (decimal): -7136761 or 465555. OLE color: 465555.

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

Color convert

RGB 147 26 7 -
CMYK 0 0.82 0.95 0.42
HSL 8.14º 0.91% 0.3% -
HSV(B) 8.14º 0.95% 0.58% -
XYZ 12.44 6.96 0.89 -
YUV 60.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 147 26 7 0 0.82 0.95 0.42 8.14 0.91 0.3
Hex 93 1A 7 0 52 5F 2A 8 5B 1E
Octal 223 32 7 0 122 137 52 10 133 36
Binary 10010011 11010 111 0 1010010 1011111 101010 1000 1011011 11110

Color Harmonies of #931A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931A07

Black with #931A07

Text Example


Text Example

White with #931A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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