#8C1F37

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

Shades of Shiraz #8C1F37

Tints of Shiraz #8C1F37

Color information

#8C1F37 (or 0x8C1F37) is unknown color: approx Shiraz. HEX triplet: 8C, 1F and 37. RGB value is (140,31,55). Sum of RGB (Red+Green+Blue) = 140+31+55=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1F37 is #73E0C8. Grayscale: #424242. Windows color (decimal): -7594185 or 3612556. OLE color: 3612556.

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

Color convert

RGB1403155-
CMYK00.780.610.45
HSL346.79º63.74%33.53%-
HSV(B)346.79º77.86%54.9%-
XYZ11.996.834.3-
YUV66.33121.61180.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.95%
GREEN value IS 31 (12.5% from 255) = 13.72%
BLUE value IS 55 (21.88% from 255) = 24.34%
R=61.95%
G=13.72%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140315500.780.610.45346.7963.7433.53
Hex8C1F3704E3D2D15b4022
Octal21437670116755553310042
Binary1000110011111110111010011101111011011011010110111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,31,55); }

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

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

 a { background-color: rgb(140,31,55); }

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

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

 span { border-color: rgb(140,31,55); }

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