#882B3D

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

Shades of Shiraz #882B3D

Tints of Shiraz #882B3D

Color information

#882B3D (or 0x882B3D) is unknown color: approx Shiraz. HEX triplet: 88, 2B and 3D. RGB value is (136,43,61). Sum of RGB (Red+Green+Blue) = 136+43+61=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #882B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B3D is #77D4C2. Grayscale: #484848. Windows color (decimal): -7853251 or 4008840. OLE color: 4008840.

HSL color Cylindrical-coordinate representation of color #882B3D: hue angle of 348.39º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B3D is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1364361-
CMYK00.680.550.47
HSL348.39º51.96%35.1%-
HSV(B)348.39º68.38%53.33%-
XYZ11.867.35.2-
YUV72.86121.31173.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.67%
GREEN value IS 43 (17.19% from 255) = 17.92%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=56.67%
G=17.92%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136436100.680.550.47348.3951.9635.1
Hex882B3D044372F15c3423
Octal2105375010467575346443
Binary1000100010101111110101000100110111101111101011100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882B3D; }

 p { color: rgb(136,43,61); }

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

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

 a { background-color: rgb(136,43,61); }

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

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

 span { border-color: rgb(136,43,61); }

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