#8A1618

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

Shades of Sangria #8A1618

Tints of Sangria #8A1618

Color information

#8A1618 (or 0x8A1618) is unknown color: approx Sangria. HEX triplet: 8A, 16 and 18. RGB value is (138,22,24). Sum of RGB (Red+Green+Blue) = 138+22+24=184 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1618 is #75E9E7. Grayscale: #393939. Windows color (decimal): -7727592 or 1578634. OLE color: 1578634.

HSL color Cylindrical-coordinate representation of color #8A1618: hue angle of 358.97º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1618 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB1382224-
CMYK00.840.830.46
HSL358.97º72.5%31.37%-
HSV(B)358.97º84.06%54.12%-
XYZ10.936.041.45-
YUV56.91109.43185.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 75%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 24 (9.77% from 255) = 13.04%
R=75%
G=11.96%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138222400.840.830.46358.9772.531.37
Hex8A1618054532E167481f
Octal212263001241235654711037
Binary100010101011011000010101001010011101110101100111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,22,24); }

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

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

 a { background-color: rgb(138,22,24); }

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

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

 span { border-color: rgb(138,22,24); }

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