Html Css Color HEX #8A133C Shiraz

📋 copy color: '#8A133C'

red 138 ◦ green 19 ◦ blue 60

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

Shades of Shiraz #8A133C

Tints of Shiraz #8A133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.76%

 BLUE value IS 60 (23.83% from 255) = 27.65%

R = 63.59%
G = 8.76%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#8A133C (or 0x8A133C) is known color: Shiraz. HEX triplet: 8A, 13 and 3C. RGB value is (138,19,60). Sum of RGB (Red+Green+Blue) = 138+19+60=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A133C is #75ECC3. Grayscale: #3B3B3B. Windows color (decimal): -7728324 or 3937162. OLE color: 3937162.

HSL color Cylindrical-coordinate representation of color #8A133C: hue angle of 339.33º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A133C is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 19 60 -
CMYK 0 0.86 0.57 0.46
HSL 339.33º 0.76% 0.31% -
HSV(B) 339.33º 0.86% 0.54% -
XYZ 11.53 6.2 4.86 -
YUV 59.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 138 19 60 0 0.86 0.57 0.46 339.33 0.76 0.31
Hex 8A 13 3C 0 56 39 2E 153 4C 1F
Octal 212 23 74 0 126 71 56 523 114 37
Binary 10001010 10011 111100 0 1010110 111001 101110 101010011 1001100 11111

Color Harmonies of #8A133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A133C

Black with #8A133C

Text Example


Text Example

White with #8A133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,19,60); }

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

background-color css

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

 a { background-color: rgb(138,19,60); }

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

border-color css

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

 span { border-color: rgb(138,19,60); }

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