#8A030C

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

Shades of Sangria #8A030C

Tints of Sangria #8A030C

Color information

#8A030C (or 0x8A030C) is unknown color: approx Sangria. HEX triplet: 8A, 03 and 0C. RGB value is (138,3,12). Sum of RGB (Red+Green+Blue) = 138+3+12=153 (20% of max value = 765). Red value is 138 (54.30% from 255 or 90.20% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 138 - color contains mainly: red. Hex color #8A030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A030C is #75FCF3. Grayscale: #2C2C2C. Windows color (decimal): -7732468 or 787338. OLE color: 787338.

HSL color Cylindrical-coordinate representation of color #8A030C: hue angle of 356º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A030C is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB138312-
CMYK00.980.910.46
HSL356º95.74%27.65%-
HSV(B)356º97.83%54.12%-
XYZ10.585.490.85-
YUV44.39109.73194.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 90.20%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 12 (5.08% from 255) = 7.84%
R=90.20%
G=1.96%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13831200.980.910.4635695.7427.65
Hex8A3C0625B2E164601c
Octal21231401421335654414034
Binary10001010111100011000101011011101110101100100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A030C; }

 p { color: rgb(138,3,12); }

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

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

 a { background-color: rgb(138,3,12); }

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

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

 span { border-color: rgb(138,3,12); }

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