#950F00

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

Shades of Dark Red #950F00

Tints of Dark Red #950F00

Color information

#950F00 (or 0x950F00) is unknown color: approx Dark Red. HEX triplet: 95, 0F and 00. RGB value is (149,15,0). Sum of RGB (Red+Green+Blue) = 149+15+0=164 (21% of max value = 765). Red value is 149 (58.59% from 255 or 90.85% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 149 - color contains mainly: red. Hex color #950F00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950F00 is #6AF0FF. Grayscale: #353535. Windows color (decimal): -7008512 or 3989. OLE color: 3989.

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

Color convert

RGB149150-
CMYK00.9010.42
HSL6.04º100%29.22%-
HSV(B)6.04º100%58.43%-
XYZ12.576.730.64-
YUV53.3697.89196.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 90.85%
GREEN value IS 15 (6.25% from 255) = 9.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.85%
G=9.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14915000.9010.426.0410029.22
Hex95F005A642A6641d
Octal225170013214452614435
Binary1001010111110010110101100100101010110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950F00; }

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

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

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

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

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

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

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

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