#952004

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

Shades of Falu Red #952004

Tints of Falu Red #952004

Color information

#952004 (or 0x952004) is unknown color: approx Falu Red. HEX triplet: 95, 20 and 04. RGB value is (149,32,4). Sum of RGB (Red+Green+Blue) = 149+32+4=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #952004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952004 is #6ADFFB. Grayscale: #404040. Windows color (decimal): -7004156 or 270485. OLE color: 270485.

HSL color Cylindrical-coordinate representation of color #952004: hue angle of 11.59º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #952004 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB149324-
CMYK00.790.970.42
HSL11.59º94.77%30%-
HSV(B)11.59º97.32%58.43%-
XYZ12.937.430.87-
YUV63.7994.26188.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 80.54%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=80.54%
G=17.30%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14932400.790.970.4211.5994.7730
Hex9520404F612Ac5f1e
Octal2254040117141521413736
Binary100101011000001000100111111000011010101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952004; }

 p { color: rgb(149,32,4); }

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

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

 a { background-color: rgb(149,32,4); }

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

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

 span { border-color: rgb(149,32,4); }

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