#950504

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

Shades of Dark Red #950504

Tints of Dark Red #950504

Color information

#950504 (or 0x950504) is unknown color: approx Dark Red. HEX triplet: 95, 05 and 04. RGB value is (149,5,4). Sum of RGB (Red+Green+Blue) = 149+5+4=158 (20% of max value = 765). Red value is 149 (58.59% from 255 or 94.30% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 149 - color contains mainly: red. Hex color #950504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950504 is #6AFAFB. Grayscale: #303030. Windows color (decimal): -7011068 or 263573. OLE color: 263573.

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

Color convert

RGB14954-
CMYK00.970.970.42
HSL0.41º94.77%30%-
HSV(B)0.41º97.32%58.43%-
XYZ12.476.510.71-
YUV47.94103.21200.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 94.30%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=94.30%
G=3.16%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495400.970.970.420.4194.7730
Hex9554061612A05f1e
Octal22554014114152013736
Binary100101011011000110000111000011010100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950504; }

 p { color: rgb(149,5,4); }

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

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

 a { background-color: rgb(149,5,4); }

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

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

 span { border-color: rgb(149,5,4); }

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