Html Css Color HEX #881E3E Shiraz

📋 copy color: '#881E3E'

red 136 ◦ green 30 ◦ blue 62

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

Shades of Shiraz #881E3E

Tints of Shiraz #881E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.19%

R = 59.65%
G = 13.16%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#881E3E (or 0x881E3E) is known color: Shiraz. HEX triplet: 88, 1E and 3E. RGB value is (136,30,62). Sum of RGB (Red+Green+Blue) = 136+30+62=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #881E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E3E is #77E1C1. Grayscale: #414141. Windows color (decimal): -7856578 or 4071048. OLE color: 4071048.

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

Color convert

RGB 136 30 62 -
CMYK 0 0.78 0.54 0.47
HSL 341.89º 0.64% 0.33% -
HSV(B) 341.89º 0.78% 0.53% -
XYZ 11.49 6.51 5.21 -
YUV 65.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 136 30 62 0 0.78 0.54 0.47 341.89 0.64 0.33
Hex 88 1E 3E 0 4E 36 2F 156 40 21
Octal 210 36 76 0 116 66 57 526 100 41
Binary 10001000 11110 111110 0 1001110 110110 101111 101010110 1000000 100001

Color Harmonies of #881E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E3E

Black with #881E3E

Text Example


Text Example

White with #881E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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