Html Css Color HEX #882E3E Shiraz

📋 copy color: '#882E3E'

red 136 ◦ green 46 ◦ blue 62

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

Shades of Shiraz #882E3E

Tints of Shiraz #882E3E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.85%

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

R = 55.74%
G = 18.85%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#882E3E (or 0x882E3E) is known color: Shiraz. HEX triplet: 88, 2E and 3E. RGB value is (136,46,62). Sum of RGB (Red+Green+Blue) = 136+46+62=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #882E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E3E is #77D1C1. Grayscale: #4A4A4A. Windows color (decimal): -7852482 or 4075144. OLE color: 4075144.

HSL color Cylindrical-coordinate representation of color #882E3E: hue angle of 349.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E3E is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 46 62 -
CMYK 0 0.66 0.54 0.47
HSL 349.33º 0.49% 0.36% -
HSV(B) 349.33º 0.66% 0.53% -
XYZ 12 7.54 5.38 -
YUV 74.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 136 46 62 0 0.66 0.54 0.47 349.33 0.49 0.36
Hex 88 2E 3E 0 42 36 2F 15D 31 24
Octal 210 56 76 0 102 66 57 535 61 44
Binary 10001000 101110 111110 0 1000010 110110 101111 101011101 110001 100100

Color Harmonies of #882E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E3E

Black with #882E3E

Text Example


Text Example

White with #882E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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