Html Css Color HEX #882339 Shiraz

📋 copy color: '#882339'

red 136 ◦ green 35 ◦ blue 57

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

Shades of Shiraz #882339

Tints of Shiraz #882339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25%

R = 59.65%
G = 15.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#882339 (or 0x882339) is known color: Shiraz. HEX triplet: 88, 23 and 39. RGB value is (136,35,57). Sum of RGB (Red+Green+Blue) = 136+35+57=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #882339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882339 is #77DCC6. Grayscale: #434343. Windows color (decimal): -7855303 or 3744648. OLE color: 3744648.

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

Color convert

RGB 136 35 57 -
CMYK 0 0.74 0.58 0.47
HSL 346.93º 0.59% 0.34% -
HSV(B) 346.93º 0.74% 0.53% -
XYZ 11.49 6.73 4.56 -
YUV 67.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 136 35 57 0 0.74 0.58 0.47 346.93 0.59 0.34
Hex 88 23 39 0 4A 3A 2F 15B 3B 22
Octal 210 43 71 0 112 72 57 533 73 42
Binary 10001000 100011 111001 0 1001010 111010 101111 101011011 111011 100010

Color Harmonies of #882339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882339

Black with #882339

Text Example


Text Example

White with #882339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882339; }

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

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

background-color css

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

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

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

border-color css

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

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

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