#9A0608

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

Shades of Sangria #9A0608

Tints of Sangria #9A0608

Color information

#9A0608 (or 0x9A0608) is unknown color: approx Sangria. HEX triplet: 9A, 06 and 08. RGB value is (154,6,8). Sum of RGB (Red+Green+Blue) = 154+6+8=168 (22% of max value = 765). Red value is 154 (60.55% from 255 or 91.67% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0608 is #65F9F7. Grayscale: #323232. Windows color (decimal): -6683128 or 525978. OLE color: 525978.

HSL color Cylindrical-coordinate representation of color #9A0608: hue angle of 359.19º 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 #9A0608 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB15468-
CMYK00.960.950.40
HSL359.19º92.5%31.37%-
HSV(B)359.19º96.1%60.39%-
XYZ13.447.020.88-
YUV50.48104.03201.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 91.67%
GREEN value IS 6 (2.73% from 255) = 3.57%
BLUE value IS 8 (3.52% from 255) = 4.76%
R=91.67%
G=3.57%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546800.960.950.40359.1992.531.37
Hex9A680605F281675c1f
Octal23261001401375054713437
Binary100110101101000011000001011111101000101100111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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