#8C2A3D

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

Shades of Shiraz #8C2A3D

Tints of Shiraz #8C2A3D

Color information

#8C2A3D (or 0x8C2A3D) is unknown color: approx Shiraz. HEX triplet: 8C, 2A and 3D. RGB value is (140,42,61). Sum of RGB (Red+Green+Blue) = 140+42+61=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2A3D is #73D5C2. Grayscale: #494949. Windows color (decimal): -7591363 or 4008588. OLE color: 4008588.

HSL color Cylindrical-coordinate representation of color #8C2A3D: hue angle of 348.37º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C2A3D is Cyan = 0, Magento = 0.7, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1404261-
CMYK00.70.560.45
HSL348.37º53.85%35.69%-
HSV(B)348.37º70%54.9%-
XYZ12.497.575.22-
YUV73.47120.97175.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.61%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=57.61%
G=17.28%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140426100.70.560.45348.3753.8535.69
Hex8C2A3D046382D15c3624
Octal2145275010670555346644
Binary1000110010101011110101000110111000101101101011100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,42,61); }

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

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

 a { background-color: rgb(140,42,61); }

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

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

 span { border-color: rgb(140,42,61); }

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