Html Css Color HEX #951E09 Falu Red

📋 copy color: '#951E09'

red 149 ◦ green 30 ◦ blue 9

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

Shades of Falu Red #951E09

Tints of Falu Red #951E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.79%

R = 79.26%
G = 15.96%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#951E09 (or 0x951E09) is known color: Falu Red. HEX triplet: 95, 1E and 09. RGB value is (149,30,9). Sum of RGB (Red+Green+Blue) = 149+30+9=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #951E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951E09 is #6AE1F6. Grayscale: #3F3F3F. Windows color (decimal): -7004663 or 597653. OLE color: 597653.

HSL color Cylindrical-coordinate representation of color #951E09: hue angle of 9º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #951E09 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 30 9 -
CMYK 0 0.80 0.94 0.42
HSL 0.89% 0.31% -
HSV(B) 0.94% 0.58% -
XYZ 12.91 7.34 0.99 -
YUV 63.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 149 30 9 0 0.80 0.94 0.42 9 0.89 0.31
Hex 95 1E 9 0 50 5E 2A 9 59 1F
Octal 225 36 11 0 120 136 52 11 131 37
Binary 10010101 11110 1001 0 1010000 1011110 101010 1001 1011001 11111

Color Harmonies of #951E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951E09

Black with #951E09

Text Example


Text Example

White with #951E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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