Html Css Color HEX #881E37 Shiraz

📋 copy color: '#881E37'

red 136 ◦ green 30 ◦ blue 55

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

Shades of Shiraz #881E37

Tints of Shiraz #881E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.89%

R = 61.54%
G = 13.57%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#881E37 (or 0x881E37) is known color: Shiraz. HEX triplet: 88, 1E and 37. RGB value is (136,30,55). Sum of RGB (Red+Green+Blue) = 136+30+55=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #881E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E37 is #77E1C8. Grayscale: #404040. Windows color (decimal): -7856585 or 3612296. OLE color: 3612296.

HSL color Cylindrical-coordinate representation of color #881E37: hue angle of 345.85º 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 #881E37 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 55 -
CMYK 0 0.78 0.60 0.47
HSL 345.85º 0.64% 0.33% -
HSV(B) 345.85º 0.78% 0.53% -
XYZ 11.31 6.44 4.26 -
YUV 64.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 136 30 55 0 0.78 0.60 0.47 345.85 0.64 0.33
Hex 88 1E 37 0 4E 3C 2F 15A 40 21
Octal 210 36 67 0 116 74 57 532 100 41
Binary 10001000 11110 110111 0 1001110 111100 101111 101011010 1000000 100001

Color Harmonies of #881E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E37

Black with #881E37

Text Example


Text Example

White with #881E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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