Html Css Color HEX #881639 Shiraz

📋 copy color: '#881639'

red 136 ◦ green 22 ◦ blue 57

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

Shades of Shiraz #881639

Tints of Shiraz #881639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

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

R = 63.26%
G = 10.23%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#881639 (or 0x881639) is known color: Shiraz. HEX triplet: 88, 16 and 39. RGB value is (136,22,57). Sum of RGB (Red+Green+Blue) = 136+22+57=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #881639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881639 is #77E9C6. Grayscale: #3C3C3C. Windows color (decimal): -7858631 or 3741320. OLE color: 3741320.

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

Color convert

RGB 136 22 57 -
CMYK 0 0.84 0.58 0.47
HSL 341.58º 0.72% 0.31% -
HSV(B) 341.58º 0.84% 0.53% -
XYZ 11.18 6.1 4.46 -
YUV 60.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 136 22 57 0 0.84 0.58 0.47 341.58 0.72 0.31
Hex 88 16 39 0 54 3A 2F 156 48 1F
Octal 210 26 71 0 124 72 57 526 110 37
Binary 10001000 10110 111001 0 1010100 111010 101111 101010110 1001000 11111

Color Harmonies of #881639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881639

Black with #881639

Text Example


Text Example

White with #881639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881639; }

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

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

background-color css

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

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

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

border-color css

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

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

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