Html Css Color HEX #882233 Shiraz

📋 copy color: '#882233'

red 136 ◦ green 34 ◦ blue 51

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

Shades of Shiraz #882233

Tints of Shiraz #882233

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.38%

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

R = 61.54%
G = 15.38%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#882233 (or 0x882233) is known color: Shiraz. HEX triplet: 88, 22 and 33. RGB value is (136,34,51). Sum of RGB (Red+Green+Blue) = 136+34+51=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #882233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882233 is #77DDCC. Grayscale: #424242. Windows color (decimal): -7855565 or 3351176. OLE color: 3351176.

HSL color Cylindrical-coordinate representation of color #882233: hue angle of 350º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882233 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 34 51 -
CMYK 0 0.75 0.62 0.47
HSL 350º 0.6% 0.33% -
HSV(B) 350º 0.75% 0.53% -
XYZ 11.32 6.62 3.81 -
YUV 66.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 136 34 51 0 0.75 0.62 0.47 350 0.6 0.33
Hex 88 22 33 0 4B 3E 2F 15E 3C 21
Octal 210 42 63 0 113 76 57 536 74 41
Binary 10001000 100010 110011 0 1001011 111110 101111 101011110 111100 100001

Color Harmonies of #882233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882233

Black with #882233

Text Example


Text Example

White with #882233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882233; }

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

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

background-color css

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

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

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

border-color css

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

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

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