Html Css Color HEX #951D06 Falu Red

📋 copy color: '#951D06'

red 149 ◦ green 29 ◦ blue 6

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

Shades of Falu Red #951D06

Tints of Falu Red #951D06

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.76%

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

R = 80.98%
G = 15.76%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#951D06 (or 0x951D06) is known color: Falu Red. HEX triplet: 95, 1D and 06. RGB value is (149,29,6). Sum of RGB (Red+Green+Blue) = 149+29+6=184 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.98% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 149 - color contains mainly: red. Hex color #951D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D06 is #6AE2F9. Grayscale: #3E3E3E. Windows color (decimal): -7004922 or 400789. OLE color: 400789.

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

Color convert

RGB 149 29 6 -
CMYK 0 0.81 0.96 0.42
HSL 9.65º 0.92% 0.3% -
HSV(B) 9.65º 0.96% 0.58% -
XYZ 12.87 7.28 0.9 -
YUV 62.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 149 29 6 0 0.81 0.96 0.42 9.65 0.92 0.3
Hex 95 1D 6 0 51 60 2A A 5C 1E
Octal 225 35 6 0 121 140 52 12 134 36
Binary 10010101 11101 110 0 1010001 1100000 101010 1010 1011100 11110

Color Harmonies of #951D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D06

Black with #951D06

Text Example


Text Example

White with #951D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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