#952204

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

Shades of Falu Red #952204

Tints of Falu Red #952204

Color information

#952204 (or 0x952204) is unknown color: approx Falu Red. HEX triplet: 95, 22 and 04. RGB value is (149,34,4). Sum of RGB (Red+Green+Blue) = 149+34+4=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #952204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952204 is #6ADDFB. Grayscale: #414141. Windows color (decimal): -7003644 or 270997. OLE color: 270997.

HSL color Cylindrical-coordinate representation of color #952204: hue angle of 12.41º 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 #952204 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB149344-
CMYK00.770.970.42
HSL12.41º94.77%30%-
HSV(B)12.41º97.32%58.43%-
XYZ12.997.540.89-
YUV64.9693.6187.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 79.68%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 4 (1.95% from 255) = 2.14%
R=79.68%
G=18.18%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14934400.770.970.4212.4194.7730
Hex9522404D612Ac5f1e
Octal2254240115141521413736
Binary100101011000101000100110111000011010101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952204; }

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

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

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

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

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

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

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

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