Html Css Color HEX #882C36 Shiraz

📋 copy color: '#882C36'

red 136 ◦ green 44 ◦ blue 54

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

Shades of Shiraz #882C36

Tints of Shiraz #882C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.08%

R = 58.12%
G = 18.8%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#882C36 (or 0x882C36) is known color: Shiraz. HEX triplet: 88, 2C and 36. RGB value is (136,44,54). Sum of RGB (Red+Green+Blue) = 136+44+54=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #882C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C36 is #77D3C9. Grayscale: #484848. Windows color (decimal): -7853002 or 3550344. OLE color: 3550344.

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

Color convert

RGB 136 44 54 -
CMYK 0 0.68 0.60 0.47
HSL 353.48º 0.51% 0.35% -
HSV(B) 353.48º 0.68% 0.53% -
XYZ 11.72 7.3 4.28 -
YUV 72.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 136 44 54 0 0.68 0.60 0.47 353.48 0.51 0.35
Hex 88 2C 36 0 44 3C 2F 161 33 23
Octal 210 54 66 0 104 74 57 541 63 43
Binary 10001000 101100 110110 0 1000100 111100 101111 101100001 110011 100011

Color Harmonies of #882C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C36

Black with #882C36

Text Example


Text Example

White with #882C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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