#962501

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

Shades of Falu Red #962501

Tints of Falu Red #962501

Color information

#962501 (or 0x962501) is unknown color: approx Falu Red. HEX triplet: 96, 25 and 01. RGB value is (150,37,1). Sum of RGB (Red+Green+Blue) = 150+37+1=188 (24% of max value = 765). Red value is 150 (58.98% from 255 or 79.79% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 150 - color contains mainly: red. Hex color #962501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962501 is #69DAFE. Grayscale: #424242. Windows color (decimal): -6937343 or 75158. OLE color: 75158.

HSL color Cylindrical-coordinate representation of color #962501: hue angle of 14.5º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #962501 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB150371-
CMYK00.750.990.41
HSL14.5º98.68%29.61%-
HSV(B)14.5º99.33%58.82%-
XYZ13.247.810.84-
YUV66.6890.94187.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 79.79%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=79.79%
G=19.68%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15037100.750.990.4114.598.6829.61
Hex9625104B6329e631e
Octal2264510113143511614336
Binary1001011010010110100101111000111010011110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962501; }

 p { color: rgb(150,37,1); }

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

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

 a { background-color: rgb(150,37,1); }

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

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

 span { border-color: rgb(150,37,1); }

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