#950705

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

Shades of Dark Red #950705

Tints of Dark Red #950705

Color information

#950705 (or 0x950705) is unknown color: approx Dark Red. HEX triplet: 95, 07 and 05. RGB value is (149,7,5). Sum of RGB (Red+Green+Blue) = 149+7+5=161 (21% of max value = 765). Red value is 149 (58.59% from 255 or 92.55% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 149 - color contains mainly: red. Hex color #950705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950705 is #6AF8FA. Grayscale: #313131. Windows color (decimal): -7010555 or 329621. OLE color: 329621.

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

Color convert

RGB14975-
CMYK00.950.970.42
HSL0.83º93.51%30.2%-
HSV(B)0.83º96.64%58.43%-
XYZ12.56.550.75-
YUV49.23103.04199.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 92.55%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=92.55%
G=4.35%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497500.950.970.420.8393.5130.2
Hex957505F612A15e1e
Octal22575013714152113636
Binary100101011111010101111111000011010101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950705; }

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

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

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

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

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

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

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

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