#942502

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

Shades of Falu Red #942502

Tints of Falu Red #942502

Color information

#942502 (or 0x942502) is unknown color: approx Falu Red. HEX triplet: 94, 25 and 02. RGB value is (148,37,2). Sum of RGB (Red+Green+Blue) = 148+37+2=187 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.14% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 148 - color contains mainly: red. Hex color #942502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942502 is #6BDAFD. Grayscale: #424242. Windows color (decimal): -7068414 or 140692. OLE color: 140692.

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

Color convert

RGB148372-
CMYK00.750.990.42
HSL14.38º97.33%29.41%-
HSV(B)14.38º98.65%58.04%-
XYZ12.897.620.85-
YUV66.291.77186.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 79.14%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=79.14%
G=19.79%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14837200.750.990.4214.3897.3329.41
Hex9425204B632Ae611d
Octal2244520113143521614135
Binary10010100100101100100101111000111010101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942502; }

 p { color: rgb(148,37,2); }

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

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

 a { background-color: rgb(148,37,2); }

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

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

 span { border-color: rgb(148,37,2); }

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