#9A0308

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

Shades of Sangria #9A0308

Tints of Sangria #9A0308

Color information

#9A0308 (or 0x9A0308) is unknown color: approx Sangria. HEX triplet: 9A, 03 and 08. RGB value is (154,3,8). Sum of RGB (Red+Green+Blue) = 154+3+8=165 (21% of max value = 765). Red value is 154 (60.55% from 255 or 93.33% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0308 is #65FCF7. Grayscale: #303030. Windows color (decimal): -6683896 or 525210. OLE color: 525210.

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

Color convert

RGB15438-
CMYK00.980.950.40
HSL358.01º96.18%30.78%-
HSV(B)358.01º98.05%60.39%-
XYZ13.46.950.87-
YUV48.72105.03203.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 93.33%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=93.33%
G=1.82%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543800.980.950.40358.0196.1830.78
Hex9A380625F28166601f
Octal23231001421375054614037
Binary10011010111000011000101011111101000101100110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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