#962105

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

Shades of Falu Red #962105

Tints of Falu Red #962105

Color information

#962105 (or 0x962105) is unknown color: approx Falu Red. HEX triplet: 96, 21 and 05. RGB value is (150,33,5). Sum of RGB (Red+Green+Blue) = 150+33+5=188 (24% of max value = 765). Red value is 150 (58.98% from 255 or 79.79% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 150 - color contains mainly: red. Hex color #962105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962105 is #69DEFA. Grayscale: #414141. Windows color (decimal): -6938363 or 336278. OLE color: 336278.

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

Color convert

RGB150335-
CMYK00.780.970.41
HSL11.59º93.55%30.39%-
HSV(B)11.59º96.67%58.82%-
XYZ13.157.580.91-
YUV64.7994.26188.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 79.79%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 5 (2.34% from 255) = 2.66%
R=79.79%
G=17.55%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15033500.780.970.4111.5993.5530.39
Hex9621504E6129c5e1e
Octal2264150116141511413636
Binary100101101000011010100111011000011010011100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962105; }

 p { color: rgb(150,33,5); }

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

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

 a { background-color: rgb(150,33,5); }

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

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

 span { border-color: rgb(150,33,5); }

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