#962205

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

Shades of Falu Red #962205

Tints of Falu Red #962205

Color information

#962205 (or 0x962205) is unknown color: approx Falu Red. HEX triplet: 96, 22 and 05. RGB value is (150,34,5). Sum of RGB (Red+Green+Blue) = 150+34+5=189 (25% of max value = 765). Red value is 150 (58.98% from 255 or 79.37% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 150 - color contains mainly: red. Hex color #962205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962205 is #69DDFA. Grayscale: #414141. Windows color (decimal): -6938107 or 336534. OLE color: 336534.

HSL color Cylindrical-coordinate representation of color #962205: hue angle of 12º 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 #962205 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB150345-
CMYK00.770.970.41
HSL12º93.55%30.39%-
HSV(B)12º96.67%58.82%-
XYZ13.187.640.92-
YUV65.3893.93188.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 79.37%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 5 (2.34% from 255) = 2.65%
R=79.37%
G=17.99%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15034500.770.970.411293.5530.39
Hex9622504D6129c5e1e
Octal2264250115141511413636
Binary100101101000101010100110111000011010011100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962205; }

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

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

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

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

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

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

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

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