Html Css Color HEX #8A2C34 Shiraz

📋 copy color: '#8A2C34'

red 138 ◦ green 44 ◦ blue 52

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

Shades of Shiraz #8A2C34

Tints of Shiraz #8A2C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.8%

 BLUE value IS 52 (20.7% from 255) = 22.22%

R = 58.97%
G = 18.8%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#8A2C34 (or 0x8A2C34) is known color: Shiraz. HEX triplet: 8A, 2C and 34. RGB value is (138,44,52). Sum of RGB (Red+Green+Blue) = 138+44+52=234 (30% of max value = 765). Red value is 138 (54.30% from 255 or 58.97% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2C34 is #75D3CB. Grayscale: #494949. Windows color (decimal): -7721932 or 3419274. OLE color: 3419274.

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

Color convert

RGB 138 44 52 -
CMYK 0 0.68 0.62 0.46
HSL 354.89º 0.52% 0.36% -
HSV(B) 354.89º 0.68% 0.54% -
XYZ 12 7.45 4.05 -
YUV 73.02 116.14 174.35 -
System Red Green Blue C M Y K H S L
Decimal 138 44 52 0 0.68 0.62 0.46 354.89 0.52 0.36
Hex 8A 2C 34 0 44 3E 2E 163 34 24
Octal 212 54 64 0 104 76 56 543 64 44
Binary 10001010 101100 110100 0 1000100 111110 101110 101100011 110100 100100

Color Harmonies of #8A2C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2C34

Black with #8A2C34

Text Example


Text Example

White with #8A2C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,44,52); }

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

background-color css

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

 a { background-color: rgb(138,44,52); }

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

border-color css

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

 span { border-color: rgb(138,44,52); }

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