Html Css Color HEX #882C3F Shiraz

📋 copy color: '#882C3F'

red 136 ◦ green 44 ◦ blue 63

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

Shades of Shiraz #882C3F

Tints of Shiraz #882C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.93%

R = 55.97%
G = 18.11%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#882C3F (or 0x882C3F) is known color: Shiraz. HEX triplet: 88, 2C and 3F. RGB value is (136,44,63). Sum of RGB (Red+Green+Blue) = 136+44+63=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #882C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C3F is #77D3C0. Grayscale: #494949. Windows color (decimal): -7852993 or 4140168. OLE color: 4140168.

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

Color convert

RGB 136 44 63 -
CMYK 0 0.68 0.54 0.47
HSL 347.61º 0.51% 0.35% -
HSV(B) 347.61º 0.68% 0.53% -
XYZ 11.95 7.39 5.5 -
YUV 73.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 136 44 63 0 0.68 0.54 0.47 347.61 0.51 0.35
Hex 88 2C 3F 0 44 36 2F 15C 33 23
Octal 210 54 77 0 104 66 57 534 63 43
Binary 10001000 101100 111111 0 1000100 110110 101111 101011100 110011 100011

Color Harmonies of #882C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C3F

Black with #882C3F

Text Example


Text Example

White with #882C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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