Html Css Color HEX #8C1332 Shiraz

📋 copy color: '#8C1332'

red 140 ◦ green 19 ◦ blue 50

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

Shades of Shiraz #8C1332

Tints of Shiraz #8C1332

RGB

 RED value IS 140 (55.08% from 255) = 66.99%

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

 BLUE value IS 50 (19.92% from 255) = 23.92%

R = 66.99%
G = 9.09%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8C1332 (or 0x8C1332) is known color: Shiraz. HEX triplet: 8C, 13 and 32. RGB value is (140,19,50). Sum of RGB (Red+Green+Blue) = 140+19+50=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1332 is #73ECCD. Grayscale: #3A3A3A. Windows color (decimal): -7597262 or 3281804. OLE color: 3281804.

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

Color convert

RGB 140 19 50 -
CMYK 0 0.86 0.64 0.45
HSL 344.63º 0.76% 0.31% -
HSV(B) 344.63º 0.86% 0.55% -
XYZ 11.62 6.27 3.62 -
YUV 58.71 123.09 185.98 -
System Red Green Blue C M Y K H S L
Decimal 140 19 50 0 0.86 0.64 0.45 344.63 0.76 0.31
Hex 8C 13 32 0 56 40 2D 159 4C 1F
Octal 214 23 62 0 126 100 55 531 114 37
Binary 10001100 10011 110010 0 1010110 1000000 101101 101011001 1001100 11111

Color Harmonies of #8C1332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1332

Black with #8C1332

Text Example


Text Example

White with #8C1332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,19,50); }

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

background-color css

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

 a { background-color: rgb(140,19,50); }

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

border-color css

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

 span { border-color: rgb(140,19,50); }

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