#942007

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

Shades of Falu Red #942007

Tints of Falu Red #942007

Color information

#942007 (or 0x942007) is unknown color: approx Falu Red. HEX triplet: 94, 20 and 07. RGB value is (148,32,7). Sum of RGB (Red+Green+Blue) = 148+32+7=187 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.14% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 148 - color contains mainly: red. Hex color #942007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942007 is #6BDFF8. Grayscale: #404040. Windows color (decimal): -7069689 or 467092. OLE color: 467092.

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

Color convert

RGB148327-
CMYK00.780.950.42
HSL10.64º90.97%30.39%-
HSV(B)10.64º95.27%58.04%-
XYZ12.777.340.95-
YUV63.8395.93188.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 79.14%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=79.14%
G=17.11%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14832700.780.950.4210.6490.9730.39
Hex9420704E5F2Ab5b1e
Octal2244070116137521313336
Binary100101001000001110100111010111111010101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942007; }

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

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

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

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

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

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

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

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