#942207

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

Shades of Falu Red #942207

Tints of Falu Red #942207

Color information

#942207 (or 0x942207) is unknown color: approx Falu Red. HEX triplet: 94, 22 and 07. RGB value is (148,34,7). Sum of RGB (Red+Green+Blue) = 148+34+7=189 (25% of max value = 765). Red value is 148 (58.20% from 255 or 78.31% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 148 - color contains mainly: red. Hex color #942207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942207 is #6BDDF8. Grayscale: #414141. Windows color (decimal): -7069177 or 467604. OLE color: 467604.

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

Color convert

RGB148347-
CMYK00.770.950.42
HSL11.49º90.97%30.39%-
HSV(B)11.49º95.27%58.04%-
XYZ12.827.460.96-
YUV65.0195.27187.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 78.31%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 7 (3.12% from 255) = 3.70%
R=78.31%
G=17.99%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14834700.770.950.4211.4990.9730.39
Hex9422704D5F2Ab5b1e
Octal2244270115137521313336
Binary100101001000101110100110110111111010101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942207; }

 p { color: rgb(148,34,7); }

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

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

 a { background-color: rgb(148,34,7); }

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

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

 span { border-color: rgb(148,34,7); }

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