Html Css Color HEX #882336 Shiraz

📋 copy color: '#882336'

red 136 ◦ green 35 ◦ blue 54

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

Shades of Shiraz #882336

Tints of Shiraz #882336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

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

R = 60.44%
G = 15.56%
B = 24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#882336 (or 0x882336) is known color: Shiraz. HEX triplet: 88, 23 and 36. RGB value is (136,35,54). Sum of RGB (Red+Green+Blue) = 136+35+54=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #882336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882336 is #77DCC9. Grayscale: #434343. Windows color (decimal): -7855306 or 3548040. OLE color: 3548040.

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

Color convert

RGB 136 35 54 -
CMYK 0 0.74 0.60 0.47
HSL 348.71º 0.59% 0.34% -
HSV(B) 348.71º 0.74% 0.53% -
XYZ 11.42 6.7 4.18 -
YUV 67.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 136 35 54 0 0.74 0.60 0.47 348.71 0.59 0.34
Hex 88 23 36 0 4A 3C 2F 15D 3B 22
Octal 210 43 66 0 112 74 57 535 73 42
Binary 10001000 100011 110110 0 1001010 111100 101111 101011101 111011 100010

Color Harmonies of #882336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882336

Black with #882336

Text Example


Text Example

White with #882336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882336; }

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

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

background-color css

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

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

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

border-color css

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

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

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