#8C153A

Color #8C153A Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #8C153A

Tints of Shiraz #8C153A

Color information

#8C153A (or 0x8C153A) is unknown color: approx Shiraz. HEX triplet: 8C, 15 and 3A. RGB value is (140,21,58). Sum of RGB (Red+Green+Blue) = 140+21+58=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C153A is #73EAC5. Grayscale: #3C3C3C. Windows color (decimal): -7596742 or 3806604. OLE color: 3806604.

HSL color Cylindrical-coordinate representation of color #8C153A: hue angle of 341.34º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C153A is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB1402158-
CMYK00.850.590.45
HSL341.34º73.91%31.57%-
HSV(B)341.34º85%54.9%-
XYZ11.856.424.62-
YUV60.8126.42184.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 63.93%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=63.93%
G=9.59%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140215800.850.590.45341.3473.9131.57
Hex8C153A0553B2D1554a20
Octal21425720125735552511240
Binary1000110010101111010010101011110111011011010101011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,21,58); }

 H1.HeaderClassName
 {
   color: #8C153A;
 }
 .AnyTagClassName
 {
   color: #8C153A;
 }
</style>
background-color css

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

 a { background-color: rgb(140,21,58); }

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

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

 span { border-color: rgb(140,21,58); }

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