Html Css Color HEX #951E05 Falu Red

📋 copy color: '#951E05'

red 149 ◦ green 30 ◦ blue 5

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

Shades of Falu Red #951E05

Tints of Falu Red #951E05

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.3%

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

R = 80.98%
G = 16.3%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#951E05 (or 0x951E05) is known color: Falu Red. HEX triplet: 95, 1E and 05. RGB value is (149,30,5). Sum of RGB (Red+Green+Blue) = 149+30+5=184 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.98% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 149 - color contains mainly: red. Hex color #951E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951E05 is #6AE1FA. Grayscale: #3E3E3E. Windows color (decimal): -7004667 or 335509. OLE color: 335509.

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

Color convert

RGB 149 30 5 -
CMYK 0 0.80 0.97 0.42
HSL 10.42º 0.94% 0.3% -
HSV(B) 10.42º 0.97% 0.58% -
XYZ 12.89 7.33 0.88 -
YUV 62.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 149 30 5 0 0.80 0.97 0.42 10.42 0.94 0.3
Hex 95 1E 5 0 50 61 2A A 5E 1E
Octal 225 36 5 0 120 141 52 12 136 36
Binary 10010101 11110 101 0 1010000 1100001 101010 1010 1011110 11110

Color Harmonies of #951E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951E05

Black with #951E05

Text Example


Text Example

White with #951E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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