Html Css Color HEX #8A2E41 Shiraz

📋 copy color: '#8A2E41'

red 138 ◦ green 46 ◦ blue 65

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

Shades of Shiraz #8A2E41

Tints of Shiraz #8A2E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.47%

 BLUE value IS 65 (25.78% from 255) = 26.1%

R = 55.42%
G = 18.47%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#8A2E41 (or 0x8A2E41) is known color: Shiraz. HEX triplet: 8A, 2E and 41. RGB value is (138,46,65). Sum of RGB (Red+Green+Blue) = 138+46+65=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2E41 is #75D1BE. Grayscale: #4B4B4B. Windows color (decimal): -7721407 or 4271754. OLE color: 4271754.

HSL color Cylindrical-coordinate representation of color #8A2E41: hue angle of 347.61º degrees, saturation: 0.5, 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 #8A2E41 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 46 65 -
CMYK 0 0.67 0.53 0.46
HSL 347.61º 0.5% 0.36% -
HSV(B) 347.61º 0.67% 0.54% -
XYZ 12.41 7.74 5.84 -
YUV 75.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 138 46 65 0 0.67 0.53 0.46 347.61 0.5 0.36
Hex 8A 2E 41 0 43 35 2E 15C 32 24
Octal 212 56 101 0 103 65 56 534 62 44
Binary 10001010 101110 1000001 0 1000011 110101 101110 101011100 110010 100100

Color Harmonies of #8A2E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2E41

Black with #8A2E41

Text Example


Text Example

White with #8A2E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,46,65); }

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

background-color css

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

 a { background-color: rgb(138,46,65); }

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

border-color css

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

 span { border-color: rgb(138,46,65); }

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