Html Css Color HEX #951C05 Falu Red

📋 copy color: '#951C05'

red 149 ◦ green 28 ◦ blue 5

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

Shades of Falu Red #951C05

Tints of Falu Red #951C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.38%

 BLUE value IS 5 (2.34% from 255) = 2.75%

R = 81.87%
G = 15.38%
B = 2.75%

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

#951C05 (or 0x951C05) is known color: Falu Red. HEX triplet: 95, 1C and 05. RGB value is (149,28,5). Sum of RGB (Red+Green+Blue) = 149+28+5=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #951C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C05 is #6AE3FA. Grayscale: #3D3D3D. Windows color (decimal): -7005179 or 334997. OLE color: 334997.

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

Color convert

RGB 149 28 5 -
CMYK 0 0.81 0.97 0.42
HSL 9.58º 0.94% 0.3% -
HSV(B) 9.58º 0.97% 0.58% -
XYZ 12.84 7.23 0.86 -
YUV 61.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 149 28 5 0 0.81 0.97 0.42 9.58 0.94 0.3
Hex 95 1C 5 0 51 61 2A A 5E 1E
Octal 225 34 5 0 121 141 52 12 136 36
Binary 10010101 11100 101 0 1010001 1100001 101010 1010 1011110 11110

Color Harmonies of #951C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C05

Black with #951C05

Text Example


Text Example

White with #951C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,28,5); }

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

background-color css

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

 a { background-color: rgb(149,28,5); }

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

border-color css

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

 span { border-color: rgb(149,28,5); }

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