#8C1635

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

Shades of Shiraz #8C1635

Tints of Shiraz #8C1635

Color information

#8C1635 (or 0x8C1635) is unknown color: approx Shiraz. HEX triplet: 8C, 16 and 35. RGB value is (140,22,53). Sum of RGB (Red+Green+Blue) = 140+22+53=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1635 is #73E9CA. Grayscale: #3C3C3C. Windows color (decimal): -7596491 or 3479180. OLE color: 3479180.

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

Color convert

RGB1402253-
CMYK00.840.620.45
HSL344.24º72.84%31.76%-
HSV(B)344.24º84.29%54.9%-
XYZ11.746.413.99-
YUV60.82123.59184.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 65.12%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=65.12%
G=10.23%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140225300.840.620.45344.2472.8431.76
Hex8C16350543E2D1584920
Octal21426650124765553011140
Binary1000110010110110101010101001111101011011010110001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,22,53); }

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

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

 a { background-color: rgb(140,22,53); }

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

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

 span { border-color: rgb(140,22,53); }

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