#931739

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

Shades of Shiraz #931739

Tints of Shiraz #931739

Color information

#931739 (or 0x931739) is unknown color: approx Shiraz. HEX triplet: 93, 17 and 39. RGB value is (147,23,57). Sum of RGB (Red+Green+Blue) = 147+23+57=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #931739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931739 is #6CE8C6. Grayscale: #3F3F3F. Windows color (decimal): -7137479 or 3741587. OLE color: 3741587.

HSL color Cylindrical-coordinate representation of color #931739: hue angle of 343.55º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #931739 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1472357-
CMYK00.840.610.42
HSL343.55º72.94%33.33%-
HSV(B)343.55º84.35%57.65%-
XYZ13.087.114.55-
YUV63.95124.08187.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.76%
GREEN value IS 23 (9.38% from 255) = 10.13%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=64.76%
G=10.13%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147235700.840.610.42343.5572.9433.33
Hex9317390543D2A1584921
Octal22327710124755253011141
Binary1001001110111111001010101001111011010101010110001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931739; }

 p { color: rgb(147,23,57); }

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

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

 a { background-color: rgb(147,23,57); }

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

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

 span { border-color: rgb(147,23,57); }

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