Html Css Color HEX #882133 Shiraz

📋 copy color: '#882133'

red 136 ◦ green 33 ◦ blue 51

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

Shades of Shiraz #882133

Tints of Shiraz #882133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.18%

R = 61.82%
G = 15%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#882133 (or 0x882133) is known color: Shiraz. HEX triplet: 88, 21 and 33. RGB value is (136,33,51). Sum of RGB (Red+Green+Blue) = 136+33+51=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #882133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882133 is #77DECC. Grayscale: #414141. Windows color (decimal): -7855821 or 3350920. OLE color: 3350920.

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

Color convert

RGB 136 33 51 -
CMYK 0 0.76 0.62 0.47
HSL 349.51º 0.61% 0.33% -
HSV(B) 349.51º 0.76% 0.53% -
XYZ 11.29 6.56 3.8 -
YUV 65.85 119.62 178.04 -
System Red Green Blue C M Y K H S L
Decimal 136 33 51 0 0.76 0.62 0.47 349.51 0.61 0.33
Hex 88 21 33 0 4C 3E 2F 15E 3D 21
Octal 210 41 63 0 114 76 57 536 75 41
Binary 10001000 100001 110011 0 1001100 111110 101111 101011110 111101 100001

Color Harmonies of #882133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882133

Black with #882133

Text Example


Text Example

White with #882133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882133; }

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

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

background-color css

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

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

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

border-color css

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

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

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