Html Css Color HEX #8A1336 Shiraz

📋 copy color: '#8A1336'

red 138 ◦ green 19 ◦ blue 54

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

Shades of Shiraz #8A1336

Tints of Shiraz #8A1336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 65.4%
G = 9%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#8A1336 (or 0x8A1336) is known color: Shiraz. HEX triplet: 8A, 13 and 36. RGB value is (138,19,54). Sum of RGB (Red+Green+Blue) = 138+19+54=211 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.40% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1336 is #75ECC9. Grayscale: #3A3A3A. Windows color (decimal): -7728330 or 3543946. OLE color: 3543946.

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

Color convert

RGB 138 19 54 -
CMYK 0 0.86 0.61 0.46
HSL 342.35º 0.76% 0.31% -
HSV(B) 342.35º 0.86% 0.54% -
XYZ 11.38 6.14 4.07 -
YUV 58.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 138 19 54 0 0.86 0.61 0.46 342.35 0.76 0.31
Hex 8A 13 36 0 56 3D 2E 156 4C 1F
Octal 212 23 66 0 126 75 56 526 114 37
Binary 10001010 10011 110110 0 1010110 111101 101110 101010110 1001100 11111

Color Harmonies of #8A1336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1336

Black with #8A1336

Text Example


Text Example

White with #8A1336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,19,54); }

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

background-color css

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

 a { background-color: rgb(138,19,54); }

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

border-color css

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

 span { border-color: rgb(138,19,54); }

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