#951000

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

Shades of Dark Red #951000

Tints of Dark Red #951000

Color information

#951000 (or 0x951000) is unknown color: approx Dark Red. HEX triplet: 95, 10 and 00. RGB value is (149,16,0). Sum of RGB (Red+Green+Blue) = 149+16+0=165 (21% of max value = 765). Red value is 149 (58.59% from 255 or 90.30% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 149 - color contains mainly: red. Hex color #951000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951000 is #6AEFFF. Grayscale: #363636. Windows color (decimal): -7008256 or 4245. OLE color: 4245.

HSL color Cylindrical-coordinate representation of color #951000: hue angle of 6.44º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #951000 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB149160-
CMYK00.8910.42
HSL6.44º100%29.22%-
HSV(B)6.44º100%58.43%-
XYZ12.586.760.64-
YUV53.9497.56195.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 90.30%
GREEN value IS 16 (6.64% from 255) = 9.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.30%
G=9.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14916000.8910.426.4410029.22
Hex95100059642A6641d
Octal225200013114452614435
Binary10010101100000010110011100100101010110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951000; }

 p { color: rgb(149,16,0); }

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

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

 a { background-color: rgb(149,16,0); }

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

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

 span { border-color: rgb(149,16,0); }

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