Html Css Color HEX #882833 Shiraz

📋 copy color: '#882833'

red 136 ◦ green 40 ◦ blue 51

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

Shades of Shiraz #882833

Tints of Shiraz #882833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

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

R = 59.91%
G = 17.62%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#882833 (or 0x882833) is known color: Shiraz. HEX triplet: 88, 28 and 33. RGB value is (136,40,51). Sum of RGB (Red+Green+Blue) = 136+40+51=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #882833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882833 is #77D7CC. Grayscale: #464646. Windows color (decimal): -7854029 or 3352712. OLE color: 3352712.

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

Color convert

RGB 136 40 51 -
CMYK 0 0.71 0.62 0.47
HSL 353.13º 0.55% 0.35% -
HSV(B) 353.13º 0.71% 0.53% -
XYZ 11.51 6.99 3.87 -
YUV 69.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 136 40 51 0 0.71 0.62 0.47 353.13 0.55 0.35
Hex 88 28 33 0 47 3E 2F 161 37 23
Octal 210 50 63 0 107 76 57 541 67 43
Binary 10001000 101000 110011 0 1000111 111110 101111 101100001 110111 100011

Color Harmonies of #882833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882833

Black with #882833

Text Example


Text Example

White with #882833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882833; }

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

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

background-color css

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

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

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

border-color css

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

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

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