Html Css Color HEX #951D09 Falu Red

📋 copy color: '#951D09'

red 149 ◦ green 29 ◦ blue 9

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

Shades of Falu Red #951D09

Tints of Falu Red #951D09

RGB

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

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

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

R = 79.68%
G = 15.51%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#951D09 (or 0x951D09) is known color: Falu Red. HEX triplet: 95, 1D and 09. RGB value is (149,29,9). Sum of RGB (Red+Green+Blue) = 149+29+9=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #951D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D09 is #6AE2F6. Grayscale: #3E3E3E. Windows color (decimal): -7004919 or 597397. OLE color: 597397.

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

Color convert

RGB 149 29 9 -
CMYK 0 0.81 0.94 0.42
HSL 8.57º 0.89% 0.31% -
HSV(B) 8.57º 0.94% 0.58% -
XYZ 12.88 7.29 0.99 -
YUV 62.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 149 29 9 0 0.81 0.94 0.42 8.57 0.89 0.31
Hex 95 1D 9 0 51 5E 2A 9 59 1F
Octal 225 35 11 0 121 136 52 11 131 37
Binary 10010101 11101 1001 0 1010001 1011110 101010 1001 1011001 11111

Color Harmonies of #951D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D09

Black with #951D09

Text Example


Text Example

White with #951D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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