Html Css Color HEX #8A2B37 Shiraz

📋 copy color: '#8A2B37'

red 138 ◦ green 43 ◦ blue 55

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

Shades of Shiraz #8A2B37

Tints of Shiraz #8A2B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.31%

R = 58.47%
G = 18.22%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#8A2B37 (or 0x8A2B37) is known color: Shiraz. HEX triplet: 8A, 2B and 37. RGB value is (138,43,55). Sum of RGB (Red+Green+Blue) = 138+43+55=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2B37 is #75D4C8. Grayscale: #484848. Windows color (decimal): -7722185 or 3615626. OLE color: 3615626.

HSL color Cylindrical-coordinate representation of color #8A2B37: hue angle of 352.42º 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 #8A2B37 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 43 55 -
CMYK 0 0.69 0.60 0.46
HSL 352.42º 0.52% 0.35% -
HSV(B) 352.42º 0.69% 0.54% -
XYZ 12.03 7.41 4.41 -
YUV 72.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 138 43 55 0 0.69 0.60 0.46 352.42 0.52 0.35
Hex 8A 2B 37 0 45 3C 2E 160 34 23
Octal 212 53 67 0 105 74 56 540 64 43
Binary 10001010 101011 110111 0 1000101 111100 101110 101100000 110100 100011

Color Harmonies of #8A2B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2B37

Black with #8A2B37

Text Example


Text Example

White with #8A2B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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