#882230

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

Shades of Shiraz #882230

Tints of Shiraz #882230

Color information

#882230 (or 0x882230) is unknown color: approx Shiraz. HEX triplet: 88, 22 and 30. RGB value is (136,34,48). Sum of RGB (Red+Green+Blue) = 136+34+48=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #882230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882230 is #77DDCF. Grayscale: #424242. Windows color (decimal): -7855568 or 3154568. OLE color: 3154568.

HSL color Cylindrical-coordinate representation of color #882230: hue angle of 351.76º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882230 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1363448-
CMYK00.750.650.47
HSL351.76º60%33.33%-
HSV(B)351.76º75%53.33%-
XYZ11.266.593.48-
YUV66.09117.79177.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.39%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=62.39%
G=15.60%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136344800.750.650.47351.766033.33
Hex88223004B412F1603c21
Octal21042600113101575407441
Binary10001000100010110000010010111000001101111101100000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882230; }

 p { color: rgb(136,34,48); }

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

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

 a { background-color: rgb(136,34,48); }

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

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

 span { border-color: rgb(136,34,48); }

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