Html Css Color HEX #941F06 Falu Red

📋 copy color: '#941F06'

red 148 ◦ green 31 ◦ blue 6

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

Shades of Falu Red #941F06

Tints of Falu Red #941F06

RGB

 RED value IS 148 (58.2% from 255) = 80%

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

 BLUE value IS 6 (2.73% from 255) = 3.24%

R = 80%
G = 16.76%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#941F06 (or 0x941F06) is known color: Falu Red. HEX triplet: 94, 1F and 06. RGB value is (148,31,6). Sum of RGB (Red+Green+Blue) = 148+31+6=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #941F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941F06 is #6BE0F9. Grayscale: #3F3F3F. Windows color (decimal): -7069946 or 401300. OLE color: 401300.

HSL color Cylindrical-coordinate representation of color #941F06: hue angle of 10.56º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #941F06 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 31 6 -
CMYK 0 0.79 0.96 0.42
HSL 10.56º 0.92% 0.3% -
HSV(B) 10.56º 0.96% 0.58% -
XYZ 12.74 7.29 0.91 -
YUV 63.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 148 31 6 0 0.79 0.96 0.42 10.56 0.92 0.3
Hex 94 1F 6 0 4F 60 2A B 5C 1E
Octal 224 37 6 0 117 140 52 13 134 36
Binary 10010100 11111 110 0 1001111 1100000 101010 1011 1011100 11110

Color Harmonies of #941F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941F06

Black with #941F06

Text Example


Text Example

White with #941F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941F06; }

 p { color: rgb(148,31,6); }

 H1.HeaderClassName
 {
   color: #941F06;
 }
 .AnyTagClassName
 {
   color: #941F06;
 }
</style>

background-color css

<style>
 a { background-color: #941F06; }

 a { background-color: rgb(148,31,6); }

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

border-color css

<style>
 span { border-color: #941F06; }

 span { border-color: rgb(148,31,6); }

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