Html Css Color HEX #951D08 Falu Red

📋 copy color: '#951D08'

red 149 ◦ green 29 ◦ blue 8

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

Shades of Falu Red #951D08

Tints of Falu Red #951D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.3%

R = 80.11%
G = 15.59%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#951D08 (or 0x951D08) is known color: Falu Red. HEX triplet: 95, 1D and 08. RGB value is (149,29,8). Sum of RGB (Red+Green+Blue) = 149+29+8=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #951D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D08 is #6AE2F7. Grayscale: #3E3E3E. Windows color (decimal): -7004920 or 531861. OLE color: 531861.

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

Color convert

RGB 149 29 8 -
CMYK 0 0.81 0.95 0.42
HSL 8.94º 0.9% 0.31% -
HSV(B) 8.94º 0.95% 0.58% -
XYZ 12.88 7.29 0.96 -
YUV 62.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 149 29 8 0 0.81 0.95 0.42 8.94 0.9 0.31
Hex 95 1D 8 0 51 5F 2A 9 5A 1F
Octal 225 35 10 0 121 137 52 11 132 37
Binary 10010101 11101 1000 0 1010001 1011111 101010 1001 1011010 11111

Color Harmonies of #951D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D08

Black with #951D08

Text Example


Text Example

White with #951D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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