#882635

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

Shades of Shiraz #882635

Tints of Shiraz #882635

Color information

#882635 (or 0x882635) is unknown color: approx Shiraz. HEX triplet: 88, 26 and 35. RGB value is (136,38,53). Sum of RGB (Red+Green+Blue) = 136+38+53=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #882635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882635 is #77D9CA. Grayscale: #454545. Windows color (decimal): -7854539 or 3483272. OLE color: 3483272.

HSL color Cylindrical-coordinate representation of color #882635: hue angle of 350.82º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882635 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1363853-
CMYK00.720.610.47
HSL350.82º56.32%34.12%-
HSV(B)350.82º72.06%53.33%-
XYZ11.496.884.09-
YUV69.01118.97175.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.91%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=59.91%
G=16.74%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136385300.720.610.47350.8256.3234.12
Hex8826350483D2F15f3822
Octal2104665011075575377042
Binary1000100010011011010101001000111101101111101011111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882635; }

 p { color: rgb(136,38,53); }

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

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

 a { background-color: rgb(136,38,53); }

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

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

 span { border-color: rgb(136,38,53); }

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