Html Css Color HEX #882735 Shiraz

📋 copy color: '#882735'

red 136 ◦ green 39 ◦ blue 53

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

Shades of Shiraz #882735

Tints of Shiraz #882735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

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

R = 59.65%
G = 17.11%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#882735 (or 0x882735) is known color: Shiraz. HEX triplet: 88, 27 and 35. RGB value is (136,39,53). Sum of RGB (Red+Green+Blue) = 136+39+53=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #882735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882735 is #77D8CA. Grayscale: #454545. Windows color (decimal): -7854283 or 3483528. OLE color: 3483528.

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

Color convert

RGB 136 39 53 -
CMYK 0 0.71 0.61 0.47
HSL 351.34º 0.55% 0.34% -
HSV(B) 351.34º 0.71% 0.53% -
XYZ 11.52 6.94 4.1 -
YUV 69.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 136 39 53 0 0.71 0.61 0.47 351.34 0.55 0.34
Hex 88 27 35 0 47 3D 2F 15F 37 22
Octal 210 47 65 0 107 75 57 537 67 42
Binary 10001000 100111 110101 0 1000111 111101 101111 101011111 110111 100010

Color Harmonies of #882735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882735

Black with #882735

Text Example


Text Example

White with #882735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882735; }

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

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

background-color css

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

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

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

border-color css

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

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

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