Html Css Color HEX #882936 Shiraz

📋 copy color: '#882936'

red 136 ◦ green 41 ◦ blue 54

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

Shades of Shiraz #882936

Tints of Shiraz #882936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

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

R = 58.87%
G = 17.75%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#882936 (or 0x882936) is known color: Shiraz. HEX triplet: 88, 29 and 36. RGB value is (136,41,54). Sum of RGB (Red+Green+Blue) = 136+41+54=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #882936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882936 is #77D6C9. Grayscale: #464646. Windows color (decimal): -7853770 or 3549576. OLE color: 3549576.

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

Color convert

RGB 136 41 54 -
CMYK 0 0.70 0.60 0.47
HSL 351.79º 0.54% 0.35% -
HSV(B) 351.79º 0.7% 0.53% -
XYZ 11.61 7.09 4.25 -
YUV 70.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 136 41 54 0 0.70 0.60 0.47 351.79 0.54 0.35
Hex 88 29 36 0 46 3C 2F 160 36 23
Octal 210 51 66 0 106 74 57 540 66 43
Binary 10001000 101001 110110 0 1000110 111100 101111 101100000 110110 100011

Color Harmonies of #882936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882936

Black with #882936

Text Example


Text Example

White with #882936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882936; }

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

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

background-color css

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

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

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

border-color css

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

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

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