#841F3C

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

Shades of Shiraz #841F3C

Tints of Shiraz #841F3C

Color information

#841F3C (or 0x841F3C) is unknown color: approx Shiraz. HEX triplet: 84, 1F and 3C. RGB value is (132,31,60). Sum of RGB (Red+Green+Blue) = 132+31+60=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #841F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F3C is #7BE0C3. Grayscale: #404040. Windows color (decimal): -8118468 or 3940228. OLE color: 3940228.

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

Color convert

RGB1323160-
CMYK00.770.550.48
HSL342.77º61.96%31.96%-
HSV(B)342.77º76.52%51.76%-
XYZ10.826.214.9-
YUV64.5125.46176.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.19%
GREEN value IS 31 (12.5% from 255) = 13.90%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=59.19%
G=13.90%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132316000.770.550.48342.7761.9631.96
Hex841F3C04D37301573e20
Octal2043774011567605277640
Binary100001001111111110001001101110111110000101010111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,31,60); }

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

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

 a { background-color: rgb(132,31,60); }

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

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

 span { border-color: rgb(132,31,60); }

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