Html Css Color HEX #882136 Shiraz

📋 copy color: '#882136'

red 136 ◦ green 33 ◦ blue 54

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

Shades of Shiraz #882136

Tints of Shiraz #882136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.22%

R = 60.99%
G = 14.8%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#882136 (or 0x882136) is known color: Shiraz. HEX triplet: 88, 21 and 36. RGB value is (136,33,54). Sum of RGB (Red+Green+Blue) = 136+33+54=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #882136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882136 is #77DEC9. Grayscale: #424242. Windows color (decimal): -7855818 or 3547528. OLE color: 3547528.

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

Color convert

RGB 136 33 54 -
CMYK 0 0.76 0.60 0.47
HSL 347.77º 0.61% 0.33% -
HSV(B) 347.77º 0.76% 0.53% -
XYZ 11.36 6.59 4.16 -
YUV 66.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 136 33 54 0 0.76 0.60 0.47 347.77 0.61 0.33
Hex 88 21 36 0 4C 3C 2F 15C 3D 21
Octal 210 41 66 0 114 74 57 534 75 41
Binary 10001000 100001 110110 0 1001100 111100 101111 101011100 111101 100001

Color Harmonies of #882136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882136

Black with #882136

Text Example


Text Example

White with #882136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882136; }

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

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

background-color css

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

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

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

border-color css

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

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

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