Html Css Color HEX #882036 Shiraz

📋 copy color: '#882036'

red 136 ◦ green 32 ◦ blue 54

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

Shades of Shiraz #882036

Tints of Shiraz #882036

RGB

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

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

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

R = 61.26%
G = 14.41%
B = 24.32%

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

#882036 (or 0x882036) is known color: Shiraz. HEX triplet: 88, 20 and 36. RGB value is (136,32,54). Sum of RGB (Red+Green+Blue) = 136+32+54=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #882036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882036 is #77DFC9. Grayscale: #414141. Windows color (decimal): -7856074 or 3547272. OLE color: 3547272.

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

Color convert

RGB 136 32 54 -
CMYK 0 0.76 0.60 0.47
HSL 347.31º 0.62% 0.33% -
HSV(B) 347.31º 0.76% 0.53% -
XYZ 11.34 6.53 4.15 -
YUV 65.6 121.46 178.21 -
System Red Green Blue C M Y K H S L
Decimal 136 32 54 0 0.76 0.60 0.47 347.31 0.62 0.33
Hex 88 20 36 0 4C 3C 2F 15B 3E 21
Octal 210 40 66 0 114 74 57 533 76 41
Binary 10001000 100000 110110 0 1001100 111100 101111 101011011 111110 100001

Color Harmonies of #882036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882036

Black with #882036

Text Example


Text Example

White with #882036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882036; }

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

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

background-color css

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

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

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

border-color css

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

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

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