Html Css Color HEX #951D04 Falu Red

📋 copy color: '#951D04'

red 149 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #951D04

Tints of Falu Red #951D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.2%

R = 81.87%
G = 15.93%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#951D04 (or 0x951D04) is known color: Falu Red. HEX triplet: 95, 1D and 04. RGB value is (149,29,4). Sum of RGB (Red+Green+Blue) = 149+29+4=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #951D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D04 is #6AE2FB. Grayscale: #3E3E3E. Windows color (decimal): -7004924 or 269717. OLE color: 269717.

HSL color Cylindrical-coordinate representation of color #951D04: hue angle of 10.34º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #951D04 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 29 4 -
CMYK 0 0.81 0.97 0.42
HSL 10.34º 0.95% 0.3% -
HSV(B) 10.34º 0.97% 0.58% -
XYZ 12.86 7.28 0.84 -
YUV 62.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 149 29 4 0 0.81 0.97 0.42 10.34 0.95 0.3
Hex 95 1D 4 0 51 61 2A A 5F 1E
Octal 225 35 4 0 121 141 52 12 137 36
Binary 10010101 11101 100 0 1010001 1100001 101010 1010 1011111 11110

Color Harmonies of #951D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D04

Black with #951D04

Text Example


Text Example

White with #951D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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