#881838

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

Shades of Shiraz #881838

Tints of Shiraz #881838

Color information

#881838 (or 0x881838) is unknown color: approx Shiraz. HEX triplet: 88, 18 and 38. RGB value is (136,24,56). Sum of RGB (Red+Green+Blue) = 136+24+56=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #881838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881838 is #77E7C7. Grayscale: #3D3D3D. Windows color (decimal): -7858120 or 3676296. OLE color: 3676296.

HSL color Cylindrical-coordinate representation of color #881838: hue angle of 342.86º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881838 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1362456-
CMYK00.820.590.47
HSL342.86º70%31.37%-
HSV(B)342.86º82.35%53.33%-
XYZ11.196.174.34-
YUV61.14125.11181.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.96%
GREEN value IS 24 (9.77% from 255) = 11.11%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=62.96%
G=11.11%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136245600.820.590.47342.867031.37
Hex8818380523B2F157461f
Octal21030700122735752710637
Binary100010001100011100001010010111011101111101010111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881838; }

 p { color: rgb(136,24,56); }

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

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

 a { background-color: rgb(136,24,56); }

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

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

 span { border-color: rgb(136,24,56); }

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