Html Css Color HEX #8A1A3A Shiraz

📋 copy color: '#8A1A3A'

red 138 ◦ green 26 ◦ blue 58

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

Shades of Shiraz #8A1A3A

Tints of Shiraz #8A1A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.71%

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

R = 62.16%
G = 11.71%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#8A1A3A (or 0x8A1A3A) is known color: Shiraz. HEX triplet: 8A, 1A and 3A. RGB value is (138,26,58). Sum of RGB (Red+Green+Blue) = 138+26+58=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1A3A is #75E5C5. Grayscale: #3F3F3F. Windows color (decimal): -7726534 or 3807882. OLE color: 3807882.

HSL color Cylindrical-coordinate representation of color #8A1A3A: hue angle of 342.86º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1A3A is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 26 58 -
CMYK 0 0.81 0.58 0.46
HSL 342.86º 0.68% 0.32% -
HSV(B) 342.86º 0.81% 0.54% -
XYZ 11.61 6.45 4.64 -
YUV 63.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 138 26 58 0 0.81 0.58 0.46 342.86 0.68 0.32
Hex 8A 1A 3A 0 51 3A 2E 157 44 20
Octal 212 32 72 0 121 72 56 527 104 40
Binary 10001010 11010 111010 0 1010001 111010 101110 101010111 1000100 100000

Color Harmonies of #8A1A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1A3A

Black with #8A1A3A

Text Example


Text Example

White with #8A1A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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