Html Css Color HEX #882D3E Shiraz

📋 copy color: '#882D3E'

red 136 ◦ green 45 ◦ blue 62

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

Shades of Shiraz #882D3E

Tints of Shiraz #882D3E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.52%

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

R = 55.97%
G = 18.52%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#882D3E (or 0x882D3E) is known color: Shiraz. HEX triplet: 88, 2D and 3E. RGB value is (136,45,62). Sum of RGB (Red+Green+Blue) = 136+45+62=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #882D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D3E is #77D2C1. Grayscale: #4A4A4A. Windows color (decimal): -7852738 or 4074888. OLE color: 4074888.

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

Color convert

RGB 136 45 62 -
CMYK 0 0.67 0.54 0.47
HSL 348.79º 0.5% 0.35% -
HSV(B) 348.79º 0.67% 0.53% -
XYZ 11.96 7.46 5.37 -
YUV 74.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 136 45 62 0 0.67 0.54 0.47 348.79 0.5 0.35
Hex 88 2D 3E 0 43 36 2F 15D 32 23
Octal 210 55 76 0 103 66 57 535 62 43
Binary 10001000 101101 111110 0 1000011 110110 101111 101011101 110010 100011

Color Harmonies of #882D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D3E

Black with #882D3E

Text Example


Text Example

White with #882D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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