Html Css Color HEX #881E35 Shiraz

📋 copy color: '#881E35'

red 136 ◦ green 30 ◦ blue 53

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

Shades of Shiraz #881E35

Tints of Shiraz #881E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.2%

R = 62.1%
G = 13.7%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#881E35 (or 0x881E35) is known color: Shiraz. HEX triplet: 88, 1E and 35. RGB value is (136,30,53). Sum of RGB (Red+Green+Blue) = 136+30+53=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #881E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E35 is #77E1CA. Grayscale: #404040. Windows color (decimal): -7856587 or 3481224. OLE color: 3481224.

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

Color convert

RGB 136 30 53 -
CMYK 0 0.78 0.61 0.47
HSL 346.98º 0.64% 0.33% -
HSV(B) 346.98º 0.78% 0.53% -
XYZ 11.26 6.42 4.01 -
YUV 64.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 136 30 53 0 0.78 0.61 0.47 346.98 0.64 0.33
Hex 88 1E 35 0 4E 3D 2F 15B 40 21
Octal 210 36 65 0 116 75 57 533 100 41
Binary 10001000 11110 110101 0 1001110 111101 101111 101011011 1000000 100001

Color Harmonies of #881E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E35

Black with #881E35

Text Example


Text Example

White with #881E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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