Html Css Color HEX #8A163A Shiraz

📋 copy color: '#8A163A'

red 138 ◦ green 22 ◦ blue 58

#8A163A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #8A163A

Tints of Shiraz #8A163A

RGB

 RED value IS 138 (54.3% from 255) = 63.3%

 GREEN value IS 22 (8.98% from 255) = 10.09%

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 63.3%
G = 10.09%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#8A163A (or 0x8A163A) is known color: Shiraz. HEX triplet: 8A, 16 and 3A. RGB value is (138,22,58). Sum of RGB (Red+Green+Blue) = 138+22+58=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A163A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A163A is #75E9C5. Grayscale: #3C3C3C. Windows color (decimal): -7727558 or 3806858. OLE color: 3806858.

HSL color Cylindrical-coordinate representation of color #8A163A: hue angle of 341.38º 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 #8A163A is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 22 58 -
CMYK 0 0.84 0.58 0.46
HSL 341.38º 0.73% 0.31% -
HSV(B) 341.38º 0.84% 0.54% -
XYZ 11.53 6.28 4.61 -
YUV 60.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 138 22 58 0 0.84 0.58 0.46 341.38 0.73 0.31
Hex 8A 16 3A 0 54 3A 2E 155 48 1F
Octal 212 26 72 0 124 72 56 525 110 37
Binary 10001010 10110 111010 0 1010100 111010 101110 101010101 1001000 11111

Color Harmonies of #8A163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A163A

Black with #8A163A

Text Example


Text Example

White with #8A163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A163A;
 }
 .AnyTagClassName
 {
   color: #8A163A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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