#8C2532

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

Shades of Shiraz #8C2532

Tints of Shiraz #8C2532

Color information

#8C2532 (or 0x8C2532) is unknown color: approx Shiraz. HEX triplet: 8C, 25 and 32. RGB value is (140,37,50). Sum of RGB (Red+Green+Blue) = 140+37+50=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2532 is #73DACD. Grayscale: #454545. Windows color (decimal): -7592654 or 3286412. OLE color: 3286412.

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

Color convert

RGB1403750-
CMYK00.740.640.45
HSL352.43º58.19%34.71%-
HSV(B)352.43º73.57%54.9%-
XYZ12.057.133.76-
YUV69.28117.12178.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.67%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=61.67%
G=16.30%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140375000.740.640.45352.4358.1934.71
Hex8C253204A402D1603a23
Octal21445620112100555407243
Binary10001100100101110010010010101000000101101101100000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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