Html Css Color HEX #881E3C Shiraz

📋 copy color: '#881E3C'

red 136 ◦ green 30 ◦ blue 60

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

Shades of Shiraz #881E3C

Tints of Shiraz #881E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 60.18%
G = 13.27%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#881E3C (or 0x881E3C) is known color: Shiraz. HEX triplet: 88, 1E and 3C. RGB value is (136,30,60). Sum of RGB (Red+Green+Blue) = 136+30+60=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #881E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E3C is #77E1C3. Grayscale: #414141. Windows color (decimal): -7856580 or 3939976. OLE color: 3939976.

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

Color convert

RGB 136 30 60 -
CMYK 0 0.78 0.56 0.47
HSL 343.02º 0.64% 0.33% -
HSV(B) 343.02º 0.78% 0.53% -
XYZ 11.43 6.49 4.92 -
YUV 65.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 136 30 60 0 0.78 0.56 0.47 343.02 0.64 0.33
Hex 88 1E 3C 0 4E 38 2F 157 40 21
Octal 210 36 74 0 116 70 57 527 100 41
Binary 10001000 11110 111100 0 1001110 111000 101111 101010111 1000000 100001

Color Harmonies of #881E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E3C

Black with #881E3C

Text Example


Text Example

White with #881E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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