Html Css Color HEX #8A1937 Shiraz

📋 copy color: '#8A1937'

red 138 ◦ green 25 ◦ blue 55

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

Shades of Shiraz #8A1937

Tints of Shiraz #8A1937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

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

R = 63.3%
G = 11.47%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#8A1937 (or 0x8A1937) is known color: Shiraz. HEX triplet: 8A, 19 and 37. RGB value is (138,25,55). Sum of RGB (Red+Green+Blue) = 138+25+55=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1937 is #75E6C8. Grayscale: #3E3E3E. Windows color (decimal): -7726793 or 3611018. OLE color: 3611018.

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

Color convert

RGB 138 25 55 -
CMYK 0 0.82 0.60 0.46
HSL 344.07º 0.69% 0.32% -
HSV(B) 344.07º 0.82% 0.54% -
XYZ 11.52 6.37 4.24 -
YUV 62.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 138 25 55 0 0.82 0.60 0.46 344.07 0.69 0.32
Hex 8A 19 37 0 52 3C 2E 158 45 20
Octal 212 31 67 0 122 74 56 530 105 40
Binary 10001010 11001 110111 0 1010010 111100 101110 101011000 1000101 100000

Color Harmonies of #8A1937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1937

Black with #8A1937

Text Example


Text Example

White with #8A1937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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