Html Css Color HEX #882535 Shiraz

📋 copy color: '#882535'

red 136 ◦ green 37 ◦ blue 53

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

Shades of Shiraz #882535

Tints of Shiraz #882535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

 BLUE value IS 53 (21.09% from 255) = 23.45%

R = 60.18%
G = 16.37%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#882535 (or 0x882535) is known color: Shiraz. HEX triplet: 88, 25 and 35. RGB value is (136,37,53). Sum of RGB (Red+Green+Blue) = 136+37+53=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #882535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882535 is #77DACA. Grayscale: #444444. Windows color (decimal): -7854795 or 3483016. OLE color: 3483016.

HSL color Cylindrical-coordinate representation of color #882535: hue angle of 350.3º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882535 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 37 53 -
CMYK 0 0.73 0.61 0.47
HSL 350.3º 0.57% 0.34% -
HSV(B) 350.3º 0.73% 0.53% -
XYZ 11.46 6.81 4.08 -
YUV 68.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 136 37 53 0 0.73 0.61 0.47 350.3 0.57 0.34
Hex 88 25 35 0 49 3D 2F 15E 39 22
Octal 210 45 65 0 111 75 57 536 71 42
Binary 10001000 100101 110101 0 1001001 111101 101111 101011110 111001 100010

Color Harmonies of #882535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882535

Black with #882535

Text Example


Text Example

White with #882535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882535; }

 p { color: rgb(136,37,53); }

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

background-color css

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

 a { background-color: rgb(136,37,53); }

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

border-color css

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

 span { border-color: rgb(136,37,53); }

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