Html Css Color HEX #951F06 Falu Red

📋 copy color: '#951F06'

red 149 ◦ green 31 ◦ blue 6

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

Shades of Falu Red #951F06

Tints of Falu Red #951F06

RGB

 RED value IS 149 (58.59% from 255) = 80.11%

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

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

R = 80.11%
G = 16.67%
B = 3.23%

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

#951F06 (or 0x951F06) is known color: Falu Red. HEX triplet: 95, 1F and 06. RGB value is (149,31,6). Sum of RGB (Red+Green+Blue) = 149+31+6=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #951F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F06 is #6AE0F9. Grayscale: #3F3F3F. Windows color (decimal): -7004410 or 401301. OLE color: 401301.

HSL color Cylindrical-coordinate representation of color #951F06: hue angle of 10.49º 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 #951F06 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 31 6 -
CMYK 0 0.79 0.96 0.42
HSL 10.49º 0.92% 0.3% -
HSV(B) 10.49º 0.96% 0.58% -
XYZ 12.92 7.38 0.92 -
YUV 63.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 149 31 6 0 0.79 0.96 0.42 10.49 0.92 0.3
Hex 95 1F 6 0 4F 60 2A A 5C 1E
Octal 225 37 6 0 117 140 52 12 134 36
Binary 10010101 11111 110 0 1001111 1100000 101010 1010 1011100 11110

Color Harmonies of #951F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F06

Black with #951F06

Text Example


Text Example

White with #951F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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