Html Css Color HEX #882C38 Shiraz

📋 copy color: '#882C38'

red 136 ◦ green 44 ◦ blue 56

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

Shades of Shiraz #882C38

Tints of Shiraz #882C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.64%

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 57.63%
G = 18.64%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#882C38 (or 0x882C38) is known color: Shiraz. HEX triplet: 88, 2C and 38. RGB value is (136,44,56). Sum of RGB (Red+Green+Blue) = 136+44+56=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #882C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C38 is #77D3C7. Grayscale: #484848. Windows color (decimal): -7853000 or 3681416. OLE color: 3681416.

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

Color convert

RGB 136 44 56 -
CMYK 0 0.68 0.59 0.47
HSL 352.17º 0.51% 0.35% -
HSV(B) 352.17º 0.68% 0.53% -
XYZ 11.77 7.32 4.53 -
YUV 72.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 136 44 56 0 0.68 0.59 0.47 352.17 0.51 0.35
Hex 88 2C 38 0 44 3B 2F 160 33 23
Octal 210 54 70 0 104 73 57 540 63 43
Binary 10001000 101100 111000 0 1000100 111011 101111 101100000 110011 100011

Color Harmonies of #882C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C38

Black with #882C38

Text Example


Text Example

White with #882C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,44,56); }

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

background-color css

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

 a { background-color: rgb(136,44,56); }

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

border-color css

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

 span { border-color: rgb(136,44,56); }

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