#841D37

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

Shades of Shiraz #841D37

Tints of Shiraz #841D37

Color information

#841D37 (or 0x841D37) is unknown color: approx Shiraz. HEX triplet: 84, 1D and 37. RGB value is (132,29,55). Sum of RGB (Red+Green+Blue) = 132+29+55=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #841D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D37 is #7BE2C8. Grayscale: #3E3E3E. Windows color (decimal): -8118985 or 3612036. OLE color: 3612036.

HSL color Cylindrical-coordinate representation of color #841D37: hue angle of 344.85º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D37 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1322955-
CMYK00.780.580.48
HSL344.85º63.98%31.57%-
HSV(B)344.85º78.03%51.76%-
XYZ10.646.064.22-
YUV62.76123.62177.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.11%
GREEN value IS 29 (11.72% from 255) = 13.43%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=61.11%
G=13.43%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132295500.780.580.48344.8563.9831.57
Hex841D3704E3A301594020
Octal20435670116726053110040
Binary1000010011101110111010011101110101100001010110011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841D37; }

 p { color: rgb(132,29,55); }

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

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

 a { background-color: rgb(132,29,55); }

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

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

 span { border-color: rgb(132,29,55); }

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