#9A0605

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

Shades of Dark Red #9A0605

Tints of Dark Red #9A0605

Color information

#9A0605 (or 0x9A0605) is unknown color: approx Dark Red. HEX triplet: 9A, 06 and 05. RGB value is (154,6,5). Sum of RGB (Red+Green+Blue) = 154+6+5=165 (21% of max value = 765). Red value is 154 (60.55% from 255 or 93.33% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0605 is #65F9FA. Grayscale: #323232. Windows color (decimal): -6683131 or 329370. OLE color: 329370.

HSL color Cylindrical-coordinate representation of color #9A0605: hue angle of 0.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A0605 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB15465-
CMYK00.960.970.40
HSL0.4º93.71%31.18%-
HSV(B)0.4º96.75%60.39%-
XYZ13.427.010.79-
YUV50.14102.53202.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 93.33%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=93.33%
G=3.64%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546500.960.970.400.493.7131.18
Hex9A65060612805e1f
Octal23265014014150013637
Binary100110101101010110000011000011010000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A0605; }

 p { color: rgb(154,6,5); }

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

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

 a { background-color: rgb(154,6,5); }

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

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

 span { border-color: rgb(154,6,5); }

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