#951005

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

Shades of Dark Red #951005

Tints of Dark Red #951005

Color information

#951005 (or 0x951005) is unknown color: approx Dark Red. HEX triplet: 95, 10 and 05. RGB value is (149,16,5). Sum of RGB (Red+Green+Blue) = 149+16+5=170 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.65% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 149 - color contains mainly: red. Hex color #951005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951005 is #6AEFFA. Grayscale: #363636. Windows color (decimal): -7008251 or 331925. OLE color: 331925.

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

Color convert

RGB149165-
CMYK00.890.970.42
HSL4.58º93.51%30.2%-
HSV(B)4.58º96.64%58.43%-
XYZ12.616.770.79-
YUV54.51100.06195.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 87.65%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=87.65%
G=9.41%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14916500.890.970.424.5893.5130.2
Hex95105059612A55e1e
Octal225205013114152513636
Binary1001010110000101010110011100001101010101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951005; }

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

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

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

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

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

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

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

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