Html Css Color HEX #881E39 Shiraz

📋 copy color: '#881E39'

red 136 ◦ green 30 ◦ blue 57

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

Shades of Shiraz #881E39

Tints of Shiraz #881E39

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.45%

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

R = 60.99%
G = 13.45%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#881E39 (or 0x881E39) is known color: Shiraz. HEX triplet: 88, 1E and 39. RGB value is (136,30,57). Sum of RGB (Red+Green+Blue) = 136+30+57=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #881E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E39 is #77E1C6. Grayscale: #404040. Windows color (decimal): -7856583 or 3743368. OLE color: 3743368.

HSL color Cylindrical-coordinate representation of color #881E39: hue angle of 344.72º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E39 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 57 -
CMYK 0 0.78 0.58 0.47
HSL 344.72º 0.64% 0.33% -
HSV(B) 344.72º 0.78% 0.53% -
XYZ 11.36 6.46 4.52 -
YUV 64.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 136 30 57 0 0.78 0.58 0.47 344.72 0.64 0.33
Hex 88 1E 39 0 4E 3A 2F 159 40 21
Octal 210 36 71 0 116 72 57 531 100 41
Binary 10001000 11110 111001 0 1001110 111010 101111 101011001 1000000 100001

Color Harmonies of #881E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E39

Black with #881E39

Text Example


Text Example

White with #881E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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