Html Css Color HEX #882736 Shiraz

📋 copy color: '#882736'

red 136 ◦ green 39 ◦ blue 54

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

Shades of Shiraz #882736

Tints of Shiraz #882736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.03%

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

R = 59.39%
G = 17.03%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#882736 (or 0x882736) is known color: Shiraz. HEX triplet: 88, 27 and 36. RGB value is (136,39,54). Sum of RGB (Red+Green+Blue) = 136+39+54=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #882736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882736 is #77D8C9. Grayscale: #454545. Windows color (decimal): -7854282 or 3549064. OLE color: 3549064.

HSL color Cylindrical-coordinate representation of color #882736: hue angle of 350.72º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882736 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 39 54 -
CMYK 0 0.71 0.60 0.47
HSL 350.72º 0.55% 0.34% -
HSV(B) 350.72º 0.71% 0.53% -
XYZ 11.54 6.95 4.22 -
YUV 69.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 136 39 54 0 0.71 0.60 0.47 350.72 0.55 0.34
Hex 88 27 36 0 47 3C 2F 15F 37 22
Octal 210 47 66 0 107 74 57 537 67 42
Binary 10001000 100111 110110 0 1000111 111100 101111 101011111 110111 100010

Color Harmonies of #882736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882736

Black with #882736

Text Example


Text Example

White with #882736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882736; }

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

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

background-color css

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

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

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

border-color css

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

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

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