Html Css Color HEX #8A2B41 Shiraz

📋 copy color: '#8A2B41'

red 138 ◦ green 43 ◦ blue 65

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

Shades of Shiraz #8A2B41

Tints of Shiraz #8A2B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

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

R = 56.1%
G = 17.48%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#8A2B41 (or 0x8A2B41) is known color: Shiraz. HEX triplet: 8A, 2B and 41. RGB value is (138,43,65). Sum of RGB (Red+Green+Blue) = 138+43+65=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2B41 is #75D4BE. Grayscale: #494949. Windows color (decimal): -7722175 or 4270986. OLE color: 4270986.

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

Color convert

RGB 138 43 65 -
CMYK 0 0.69 0.53 0.46
HSL 346.11º 0.52% 0.35% -
HSV(B) 346.11º 0.69% 0.54% -
XYZ 12.3 7.51 5.8 -
YUV 73.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 138 43 65 0 0.69 0.53 0.46 346.11 0.52 0.35
Hex 8A 2B 41 0 45 35 2E 15A 34 23
Octal 212 53 101 0 105 65 56 532 64 43
Binary 10001010 101011 1000001 0 1000101 110101 101110 101011010 110100 100011

Color Harmonies of #8A2B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2B41

Black with #8A2B41

Text Example


Text Example

White with #8A2B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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