Html Css Color HEX #872735 Shiraz

📋 copy color: '#872735'

red 135 ◦ green 39 ◦ blue 53

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

Shades of Shiraz #872735

Tints of Shiraz #872735

RGB

 RED value IS 135 (53.13% from 255) = 59.47%

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

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

R = 59.47%
G = 17.18%
B = 23.35%

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

#872735 (or 0x872735) is known color: Shiraz. HEX triplet: 87, 27 and 35. RGB value is (135,39,53). Sum of RGB (Red+Green+Blue) = 135+39+53=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #872735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872735 is #78D8CA. Grayscale: #454545. Windows color (decimal): -7919819 or 3483527. OLE color: 3483527.

HSL color Cylindrical-coordinate representation of color #872735: hue angle of 351.25º 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 #872735 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 39 53 -
CMYK 0 0.71 0.61 0.47
HSL 351.25º 0.55% 0.34% -
HSV(B) 351.25º 0.71% 0.53% -
XYZ 11.36 6.86 4.09 -
YUV 69.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 135 39 53 0 0.71 0.61 0.47 351.25 0.55 0.34
Hex 87 27 35 0 47 3D 2F 15F 37 22
Octal 207 47 65 0 107 75 57 537 67 42
Binary 10000111 100111 110101 0 1000111 111101 101111 101011111 110111 100010

Color Harmonies of #872735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872735

Black with #872735

Text Example


Text Example

White with #872735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872735; }

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

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

background-color css

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

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

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

border-color css

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

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

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