Html Css Color HEX #882032 Shiraz

📋 copy color: '#882032'

red 136 ◦ green 32 ◦ blue 50

#882032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #882032

Tints of Shiraz #882032

RGB

 RED value IS 136 (53.52% from 255) = 62.39%

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 62.39%
G = 14.68%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#882032 (or 0x882032) is known color: Shiraz. HEX triplet: 88, 20 and 32. RGB value is (136,32,50). Sum of RGB (Red+Green+Blue) = 136+32+50=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #882032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882032 is #77DFCD. Grayscale: #414141. Windows color (decimal): -7856078 or 3285128. OLE color: 3285128.

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

Color convert

RGB 136 32 50 -
CMYK 0 0.76 0.63 0.47
HSL 349.62º 0.62% 0.33% -
HSV(B) 349.62º 0.76% 0.53% -
XYZ 11.25 6.5 3.68 -
YUV 65.15 119.46 178.54 -
System Red Green Blue C M Y K H S L
Decimal 136 32 50 0 0.76 0.63 0.47 349.62 0.62 0.33
Hex 88 20 32 0 4C 3F 2F 15E 3E 21
Octal 210 40 62 0 114 77 57 536 76 41
Binary 10001000 100000 110010 0 1001100 111111 101111 101011110 111110 100001

Color Harmonies of #882032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882032

Black with #882032

Text Example


Text Example

White with #882032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882032; }

 p { color: rgb(136,32,50); }

 H1.HeaderClassName
 {
   color: #882032;
 }
 .AnyTagClassName
 {
   color: #882032;
 }
</style>

background-color css

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

 a { background-color: rgb(136,32,50); }

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

border-color css

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

 span { border-color: rgb(136,32,50); }

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