Html Css Color HEX #881E3D Shiraz

📋 copy color: '#881E3D'

red 136 ◦ green 30 ◦ blue 61

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

Shades of Shiraz #881E3D

Tints of Shiraz #881E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.87%

R = 59.91%
G = 13.22%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#881E3D (or 0x881E3D) is known color: Shiraz. HEX triplet: 88, 1E and 3D. RGB value is (136,30,61). Sum of RGB (Red+Green+Blue) = 136+30+61=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #881E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E3D is #77E1C2. Grayscale: #414141. Windows color (decimal): -7856579 or 4005512. OLE color: 4005512.

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

Color convert

RGB 136 30 61 -
CMYK 0 0.78 0.55 0.47
HSL 342.45º 0.64% 0.33% -
HSV(B) 342.45º 0.78% 0.53% -
XYZ 11.46 6.5 5.07 -
YUV 65.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 136 30 61 0 0.78 0.55 0.47 342.45 0.64 0.33
Hex 88 1E 3D 0 4E 37 2F 156 40 21
Octal 210 36 75 0 116 67 57 526 100 41
Binary 10001000 11110 111101 0 1001110 110111 101111 101010110 1000000 100001

Color Harmonies of #881E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E3D

Black with #881E3D

Text Example


Text Example

White with #881E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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