Html Css Color HEX #882E3C Shiraz

📋 copy color: '#882E3C'

red 136 ◦ green 46 ◦ blue 60

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

Shades of Shiraz #882E3C

Tints of Shiraz #882E3C

RGB

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

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

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

R = 56.2%
G = 19.01%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#882E3C (or 0x882E3C) is known color: Shiraz. HEX triplet: 88, 2E and 3C. RGB value is (136,46,60). Sum of RGB (Red+Green+Blue) = 136+46+60=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #882E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E3C is #77D1C3. Grayscale: #4A4A4A. Windows color (decimal): -7852484 or 3944072. OLE color: 3944072.

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

Color convert

RGB 136 46 60 -
CMYK 0 0.66 0.56 0.47
HSL 350.67º 0.49% 0.36% -
HSV(B) 350.67º 0.66% 0.53% -
XYZ 11.95 7.51 5.1 -
YUV 74.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 136 46 60 0 0.66 0.56 0.47 350.67 0.49 0.36
Hex 88 2E 3C 0 42 38 2F 15F 31 24
Octal 210 56 74 0 102 70 57 537 61 44
Binary 10001000 101110 111100 0 1000010 111000 101111 101011111 110001 100100

Color Harmonies of #882E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E3C

Black with #882E3C

Text Example


Text Example

White with #882E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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