Html Css Color HEX #8A1B37 Shiraz

📋 copy color: '#8A1B37'

red 138 ◦ green 27 ◦ blue 55

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

Shades of Shiraz #8A1B37

Tints of Shiraz #8A1B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.27%

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

R = 62.73%
G = 12.27%
B = 25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#8A1B37 (or 0x8A1B37) is known color: Shiraz. HEX triplet: 8A, 1B and 37. RGB value is (138,27,55). Sum of RGB (Red+Green+Blue) = 138+27+55=220 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.73% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1B37 is #75E4C8. Grayscale: #3F3F3F. Windows color (decimal): -7726281 or 3611530. OLE color: 3611530.

HSL color Cylindrical-coordinate representation of color #8A1B37: hue angle of 344.86º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1B37 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 27 55 -
CMYK 0 0.80 0.60 0.46
HSL 344.86º 0.67% 0.32% -
HSV(B) 344.86º 0.8% 0.54% -
XYZ 11.56 6.46 4.25 -
YUV 63.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 138 27 55 0 0.80 0.60 0.46 344.86 0.67 0.32
Hex 8A 1B 37 0 50 3C 2E 159 43 20
Octal 212 33 67 0 120 74 56 531 103 40
Binary 10001010 11011 110111 0 1010000 111100 101110 101011001 1000011 100000

Color Harmonies of #8A1B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1B37

Black with #8A1B37

Text Example


Text Example

White with #8A1B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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