Html Css Color HEX #8A2D36 Shiraz

📋 copy color: '#8A2D36'

red 138 ◦ green 45 ◦ blue 54

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

Shades of Shiraz #8A2D36

Tints of Shiraz #8A2D36

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

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

R = 58.23%
G = 18.99%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#8A2D36 (or 0x8A2D36) is known color: Shiraz. HEX triplet: 8A, 2D and 36. RGB value is (138,45,54). Sum of RGB (Red+Green+Blue) = 138+45+54=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2D36 is #75D2C9. Grayscale: #494949. Windows color (decimal): -7721674 or 3550602. OLE color: 3550602.

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

Color convert

RGB 138 45 54 -
CMYK 0 0.67 0.61 0.46
HSL 354.19º 0.51% 0.36% -
HSV(B) 354.19º 0.67% 0.54% -
XYZ 12.09 7.55 4.31 -
YUV 73.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 138 45 54 0 0.67 0.61 0.46 354.19 0.51 0.36
Hex 8A 2D 36 0 43 3D 2E 162 33 24
Octal 212 55 66 0 103 75 56 542 63 44
Binary 10001010 101101 110110 0 1000011 111101 101110 101100010 110011 100100

Color Harmonies of #8A2D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2D36

Black with #8A2D36

Text Example


Text Example

White with #8A2D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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