#951101

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

Shades of Dark Red #951101

Tints of Dark Red #951101

Color information

#951101 (or 0x951101) is unknown color: approx Dark Red. HEX triplet: 95, 11 and 01. RGB value is (149,17,1). Sum of RGB (Red+Green+Blue) = 149+17+1=167 (22% of max value = 765). Red value is 149 (58.59% from 255 or 89.22% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 149 - color contains mainly: red. Hex color #951101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951101 is #6AEEFE. Grayscale: #363636. Windows color (decimal): -7007999 or 70037. OLE color: 70037.

HSL color Cylindrical-coordinate representation of color #951101: hue angle of 6.49º degrees, saturation: 0.99, 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 #951101 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB149171-
CMYK00.890.990.42
HSL6.49º98.67%29.41%-
HSV(B)6.49º99.33%58.43%-
XYZ12.66.790.68-
YUV54.6497.73195.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 89.22%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=89.22%
G=10.18%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14917100.890.990.426.4998.6729.41
Hex95111059632A6631d
Octal225211013114352614335
Binary10010101100011010110011100011101010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951101; }

 p { color: rgb(149,17,1); }

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

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

 a { background-color: rgb(149,17,1); }

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

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

 span { border-color: rgb(149,17,1); }

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