#881C30

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

Shades of Shiraz #881C30

Tints of Shiraz #881C30

Color information

#881C30 (or 0x881C30) is unknown color: approx Shiraz. HEX triplet: 88, 1C and 30. RGB value is (136,28,48). Sum of RGB (Red+Green+Blue) = 136+28+48=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #881C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C30 is #77E3CF. Grayscale: #3E3E3E. Windows color (decimal): -7857104 or 3153032. OLE color: 3153032.

HSL color Cylindrical-coordinate representation of color #881C30: hue angle of 348.89º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881C30 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1362848-
CMYK00.790.650.47
HSL348.89º65.85%32.16%-
HSV(B)348.89º79.41%53.33%-
XYZ11.16.283.42-
YUV62.57119.78180.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.15%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=64.15%
G=13.21%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136284800.790.650.47348.8965.8532.16
Hex881C3004F412F15d4220
Octal210346001171015753510240
Binary10001000111001100000100111110000011011111010111011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881C30; }

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

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

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

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

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

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

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

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