#9A060B

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

Shades of Sangria #9A060B

Tints of Sangria #9A060B

Color information

#9A060B (or 0x9A060B) is unknown color: approx Sangria. HEX triplet: 9A, 06 and 0B. RGB value is (154,6,11). Sum of RGB (Red+Green+Blue) = 154+6+11=171 (22% of max value = 765). Red value is 154 (60.55% from 255 or 90.06% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 154 - color contains mainly: red. Hex color #9A060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A060B is #65F9F4. Grayscale: #323232. Windows color (decimal): -6683125 or 722586. OLE color: 722586.

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

Color convert

RGB154611-
CMYK00.960.930.40
HSL357.97º92.5%31.37%-
HSV(B)357.97º96.1%60.39%-
XYZ13.457.020.96-
YUV50.82105.53201.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 90.06%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=90.06%
G=3.51%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15461100.960.930.40357.9792.531.37
Hex9A6B0605D281665c1f
Octal23261301401355054613437
Binary100110101101011011000001011101101000101100110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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