#961A08

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

Shades of Falu Red #961A08

Tints of Falu Red #961A08

Color information

#961A08 (or 0x961A08) is unknown color: approx Falu Red. HEX triplet: 96, 1A and 08. RGB value is (150,26,8). Sum of RGB (Red+Green+Blue) = 150+26+8=184 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.52% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 150 - color contains mainly: red. Hex color #961A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961A08 is #69E5F7. Grayscale: #3D3D3D. Windows color (decimal): -6940152 or 531094. OLE color: 531094.

HSL color Cylindrical-coordinate representation of color #961A08: hue angle of 7.61º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #961A08 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB150268-
CMYK00.830.950.41
HSL7.61º89.87%30.98%-
HSV(B)7.61º94.67%58.82%-
XYZ12.997.240.94-
YUV61.0298.08191.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 81.52%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 8 (3.52% from 255) = 4.35%
R=81.52%
G=14.13%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15026800.830.950.417.6189.8730.98
Hex961A80535F2985a1f
Octal22632100123137511013237
Binary100101101101010000101001110111111010011000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961A08; }

 p { color: rgb(150,26,8); }

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

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

 a { background-color: rgb(150,26,8); }

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

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

 span { border-color: rgb(150,26,8); }

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