Html Css Color HEX #951F08 Falu Red

📋 copy color: '#951F08'

red 149 ◦ green 31 ◦ blue 8

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

Shades of Falu Red #951F08

Tints of Falu Red #951F08

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.49%

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

R = 79.26%
G = 16.49%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#951F08 (or 0x951F08) is known color: Falu Red. HEX triplet: 95, 1F and 08. RGB value is (149,31,8). Sum of RGB (Red+Green+Blue) = 149+31+8=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #951F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F08 is #6AE0F7. Grayscale: #3F3F3F. Windows color (decimal): -7004408 or 532373. OLE color: 532373.

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

Color convert

RGB 149 31 8 -
CMYK 0 0.79 0.95 0.42
HSL 9.79º 0.9% 0.31% -
HSV(B) 9.79º 0.95% 0.58% -
XYZ 12.93 7.39 0.97 -
YUV 63.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 149 31 8 0 0.79 0.95 0.42 9.79 0.9 0.31
Hex 95 1F 8 0 4F 5F 2A A 5A 1F
Octal 225 37 10 0 117 137 52 12 132 37
Binary 10010101 11111 1000 0 1001111 1011111 101010 1010 1011010 11111

Color Harmonies of #951F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F08

Black with #951F08

Text Example


Text Example

White with #951F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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