#951500

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

Shades of Dark Red #951500

Tints of Dark Red #951500

Color information

#951500 (or 0x951500) is unknown color: approx Dark Red. HEX triplet: 95, 15 and 00. RGB value is (149,21,0). Sum of RGB (Red+Green+Blue) = 149+21+0=170 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.65% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 149 - color contains mainly: red. Hex color #951500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951500 is #6AEAFF. Grayscale: #393939. Windows color (decimal): -7006976 or 5525. OLE color: 5525.

HSL color Cylindrical-coordinate representation of color #951500: hue angle of 8.46º 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 #951500 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB149210-
CMYK00.8610.42
HSL8.46º100%29.22%-
HSV(B)8.46º100%58.43%-
XYZ12.666.930.67-
YUV56.8895.91193.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 87.65%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.65%
G=12.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14921000.8610.428.4610029.22
Hex95150056642A8641d
Octal2252500126144521014435
Binary100101011010100101011011001001010101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951500; }

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

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

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

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

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

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

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

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