Html Css Color HEX #8A2139 Shiraz

📋 copy color: '#8A2139'

red 138 ◦ green 33 ◦ blue 57

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

Shades of Shiraz #8A2139

Tints of Shiraz #8A2139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.47%

 BLUE value IS 57 (22.66% from 255) = 25%

R = 60.53%
G = 14.47%
B = 25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#8A2139 (or 0x8A2139) is known color: Shiraz. HEX triplet: 8A, 21 and 39. RGB value is (138,33,57). Sum of RGB (Red+Green+Blue) = 138+33+57=228 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.53% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2139 is #75DEC6. Grayscale: #434343. Windows color (decimal): -7724743 or 3744138. OLE color: 3744138.

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

Color convert

RGB 138 33 57 -
CMYK 0 0.76 0.59 0.46
HSL 346.29º 0.61% 0.34% -
HSV(B) 346.29º 0.76% 0.54% -
XYZ 11.76 6.79 4.56 -
YUV 67.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 138 33 57 0 0.76 0.59 0.46 346.29 0.61 0.34
Hex 8A 21 39 0 4C 3B 2E 15A 3D 22
Octal 212 41 71 0 114 73 56 532 75 42
Binary 10001010 100001 111001 0 1001100 111011 101110 101011010 111101 100010

Color Harmonies of #8A2139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2139

Black with #8A2139

Text Example


Text Example

White with #8A2139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,33,57); }

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

background-color css

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

 a { background-color: rgb(138,33,57); }

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

border-color css

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

 span { border-color: rgb(138,33,57); }

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