Html Css Color HEX #881E36 Shiraz

📋 copy color: '#881E36'

red 136 ◦ green 30 ◦ blue 54

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

Shades of Shiraz #881E36

Tints of Shiraz #881E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 61.82%
G = 13.64%
B = 24.55%

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

#881E36 (or 0x881E36) is known color: Shiraz. HEX triplet: 88, 1E and 36. RGB value is (136,30,54). Sum of RGB (Red+Green+Blue) = 136+30+54=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #881E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E36 is #77E1C9. Grayscale: #404040. Windows color (decimal): -7856586 or 3546760. OLE color: 3546760.

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

Color convert

RGB 136 30 54 -
CMYK 0 0.78 0.60 0.47
HSL 346.42º 0.64% 0.33% -
HSV(B) 346.42º 0.78% 0.53% -
XYZ 11.28 6.43 4.14 -
YUV 64.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 136 30 54 0 0.78 0.60 0.47 346.42 0.64 0.33
Hex 88 1E 36 0 4E 3C 2F 15A 40 21
Octal 210 36 66 0 116 74 57 532 100 41
Binary 10001000 11110 110110 0 1001110 111100 101111 101011010 1000000 100001

Color Harmonies of #881E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E36

Black with #881E36

Text Example


Text Example

White with #881E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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