#8c2636

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

Shades of Shiraz #8C2636

Tints of Shiraz #8C2636

Color information

#8C2636 (or 0x8C2636) is unknown color: approx Shiraz. HEX triplet: 8C, 26 and 36. RGB value is (140,38,54). Sum of RGB (Red+Green+Blue) = 140+38+54=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2636 is #73D9C9. Grayscale: #464646. Windows color (decimal): -7592394 or 3548812. OLE color: 3548812.

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

Color convert

RGB1403854-
CMYK00.730.610.45
HSL350.59º57.3%34.9%-
HSV(B)350.59º72.86%54.9%-
XYZ12.177.234.24-
YUV70.32118.79177.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 60.34%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=60.34%
G=16.38%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140385400.730.610.45350.5957.334.9
Hex8C26360493D2D15f3923
Octal2144666011175555377143
Binary1000110010011011011001001001111101101101101011111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c2636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,38,54); }

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

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

 a { background-color: rgb(140,38,54); }

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

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

 span { border-color: rgb(140,38,54); }

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