#8C2633

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

Shades of Shiraz #8C2633

Tints of Shiraz #8C2633

Color information

#8C2633 (or 0x8C2633) is unknown color: approx Shiraz. HEX triplet: 8C, 26 and 33. RGB value is (140,38,51). Sum of RGB (Red+Green+Blue) = 140+38+51=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2633 is #73D9CC. Grayscale: #464646. Windows color (decimal): -7592397 or 3352204. OLE color: 3352204.

HSL color Cylindrical-coordinate representation of color #8C2633: hue angle of 352.35º 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 #8C2633 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB1403851-
CMYK00.730.640.45
HSL352.35º57.3%34.9%-
HSV(B)352.35º72.86%54.9%-
XYZ12.117.23.88-
YUV69.98117.29177.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.14%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=61.14%
G=16.59%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140385100.730.640.45352.3557.334.9
Hex8C2633049402D1603923
Octal21446630111100555407143
Binary10001100100110110011010010011000000101101101100000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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