Html Css Color HEX #882331 Shiraz

📋 copy color: '#882331'

red 136 ◦ green 35 ◦ blue 49

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

Shades of Shiraz #882331

Tints of Shiraz #882331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.27%

R = 61.82%
G = 15.91%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#882331 (or 0x882331) is known color: Shiraz. HEX triplet: 88, 23 and 31. RGB value is (136,35,49). Sum of RGB (Red+Green+Blue) = 136+35+49=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #882331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882331 is #77DCCE. Grayscale: #424242. Windows color (decimal): -7855311 or 3220360. OLE color: 3220360.

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

Color convert

RGB 136 35 49 -
CMYK 0 0.74 0.64 0.47
HSL 351.68º 0.59% 0.34% -
HSV(B) 351.68º 0.74% 0.53% -
XYZ 11.31 6.66 3.59 -
YUV 66.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 136 35 49 0 0.74 0.64 0.47 351.68 0.59 0.34
Hex 88 23 31 0 4A 40 2F 160 3B 22
Octal 210 43 61 0 112 100 57 540 73 42
Binary 10001000 100011 110001 0 1001010 1000000 101111 101100000 111011 100010

Color Harmonies of #882331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882331

Black with #882331

Text Example


Text Example

White with #882331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882331; }

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

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

background-color css

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

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

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

border-color css

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

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

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