Html Css Color HEX #881839 Shiraz

📋 copy color: '#881839'

red 136 ◦ green 24 ◦ blue 57

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

Shades of Shiraz #881839

Tints of Shiraz #881839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.06%

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

R = 62.67%
G = 11.06%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#881839 (or 0x881839) is known color: Shiraz. HEX triplet: 88, 18 and 39. RGB value is (136,24,57). Sum of RGB (Red+Green+Blue) = 136+24+57=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #881839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881839 is #77E7C6. Grayscale: #3D3D3D. Windows color (decimal): -7858119 or 3741832. OLE color: 3741832.

HSL color Cylindrical-coordinate representation of color #881839: hue angle of 342.32º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881839 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 57 -
CMYK 0 0.82 0.58 0.47
HSL 342.32º 0.7% 0.31% -
HSV(B) 342.32º 0.82% 0.53% -
XYZ 11.22 6.18 4.47 -
YUV 61.25 125.61 181.32 -
System Red Green Blue C M Y K H S L
Decimal 136 24 57 0 0.82 0.58 0.47 342.32 0.7 0.31
Hex 88 18 39 0 52 3A 2F 156 46 1F
Octal 210 30 71 0 122 72 57 526 106 37
Binary 10001000 11000 111001 0 1010010 111010 101111 101010110 1000110 11111

Color Harmonies of #881839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881839

Black with #881839

Text Example


Text Example

White with #881839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881839; }

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

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

background-color css

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

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

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

border-color css

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

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

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