Html Css Color HEX #882139 Shiraz

📋 copy color: '#882139'

red 136 ◦ green 33 ◦ blue 57

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

Shades of Shiraz #882139

Tints of Shiraz #882139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.6%

 BLUE value IS 57 (22.66% from 255) = 25.22%

R = 60.18%
G = 14.6%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#882139 (or 0x882139) is known color: Shiraz. HEX triplet: 88, 21 and 39. RGB value is (136,33,57). Sum of RGB (Red+Green+Blue) = 136+33+57=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #882139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882139 is #77DEC6. Grayscale: #424242. Windows color (decimal): -7855815 or 3744136. OLE color: 3744136.

HSL color Cylindrical-coordinate representation of color #882139: hue angle of 346.02º degrees, saturation: 0.61, 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 #882139 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 33 57 -
CMYK 0 0.76 0.58 0.47
HSL 346.02º 0.61% 0.33% -
HSV(B) 346.02º 0.76% 0.53% -
XYZ 11.44 6.62 4.55 -
YUV 66.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 136 33 57 0 0.76 0.58 0.47 346.02 0.61 0.33
Hex 88 21 39 0 4C 3A 2F 15A 3D 21
Octal 210 41 71 0 114 72 57 532 75 41
Binary 10001000 100001 111001 0 1001100 111010 101111 101011010 111101 100001

Color Harmonies of #882139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882139

Black with #882139

Text Example


Text Example

White with #882139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882139; }

 p { color: rgb(136,33,57); }

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

background-color css

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

 a { background-color: rgb(136,33,57); }

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

border-color css

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

 span { border-color: rgb(136,33,57); }

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