Html Css Color HEX #8A1736 Shiraz

📋 copy color: '#8A1736'

red 138 ◦ green 23 ◦ blue 54

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

Shades of Shiraz #8A1736

Tints of Shiraz #8A1736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.7%

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

R = 64.19%
G = 10.7%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#8A1736 (or 0x8A1736) is known color: Shiraz. HEX triplet: 8A, 17 and 36. RGB value is (138,23,54). Sum of RGB (Red+Green+Blue) = 138+23+54=215 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.19% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1736 is #75E8C9. Grayscale: #3C3C3C. Windows color (decimal): -7727306 or 3544970. OLE color: 3544970.

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

Color convert

RGB 138 23 54 -
CMYK 0 0.83 0.61 0.46
HSL 343.83º 0.71% 0.32% -
HSV(B) 343.83º 0.83% 0.54% -
XYZ 11.45 6.28 4.1 -
YUV 60.92 124.1 182.98 -
System Red Green Blue C M Y K H S L
Decimal 138 23 54 0 0.83 0.61 0.46 343.83 0.71 0.32
Hex 8A 17 36 0 53 3D 2E 158 47 20
Octal 212 27 66 0 123 75 56 530 107 40
Binary 10001010 10111 110110 0 1010011 111101 101110 101011000 1000111 100000

Color Harmonies of #8A1736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1736

Black with #8A1736

Text Example


Text Example

White with #8A1736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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