#841C38

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

Shades of Shiraz #841C38

Tints of Shiraz #841C38

Color information

#841C38 (or 0x841C38) is unknown color: approx Shiraz. HEX triplet: 84, 1C and 38. RGB value is (132,28,56). Sum of RGB (Red+Green+Blue) = 132+28+56=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #841C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841C38 is #7BE3C7. Grayscale: #3E3E3E. Windows color (decimal): -8119240 or 3677316. OLE color: 3677316.

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

Color convert

RGB1322856-
CMYK00.790.580.48
HSL343.85º65%31.37%-
HSV(B)343.85º78.79%51.76%-
XYZ10.646.024.34-
YUV62.29124.46177.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.11%
GREEN value IS 28 (11.33% from 255) = 12.96%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=61.11%
G=12.96%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132285600.790.580.48343.856531.37
Hex841C3804F3A30158411f
Octal20434700117726053010137
Binary100001001110011100001001111111010110000101011000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,28,56); }

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

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

 a { background-color: rgb(132,28,56); }

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

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

 span { border-color: rgb(132,28,56); }

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