#951F07

Color #951F07 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #951F07

Tints of Falu Red #951F07

Color information

#951F07 (or 0x951F07) is unknown color: approx Falu Red. HEX triplet: 95, 1F and 07. RGB value is (149,31,7). Sum of RGB (Red+Green+Blue) = 149+31+7=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #951F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F07 is #6AE0F8. Grayscale: #3F3F3F. Windows color (decimal): -7004409 or 466837. OLE color: 466837.

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

Color convert

RGB149317-
CMYK00.790.950.42
HSL10.14º91.03%30.59%-
HSV(B)10.14º95.3%58.43%-
XYZ12.927.380.95-
YUV63.5596.09188.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 79.68%
GREEN value IS 31 (12.5% from 255) = 16.58%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=79.68%
G=16.58%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14931700.790.950.4210.1491.0330.59
Hex951F704F5F2Aa5b1f
Octal2253770117137521213337
Binary10010101111111110100111110111111010101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #951F07;
 }
 .AnyTagClassName
 {
   color: #951F07;
 }
</style>
background-color css

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

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

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

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

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

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