Html Css Color HEX #872740 Shiraz

📋 copy color: '#872740'

red 135 ◦ green 39 ◦ blue 64

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

Shades of Shiraz #872740

Tints of Shiraz #872740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.89%

R = 56.72%
G = 16.39%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#872740 (or 0x872740) is known color: Shiraz. HEX triplet: 87, 27 and 40. RGB value is (135,39,64). Sum of RGB (Red+Green+Blue) = 135+39+64=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #872740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872740 is #78D8BF. Grayscale: #464646. Windows color (decimal): -7919808 or 4204423. OLE color: 4204423.

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

Color convert

RGB 135 39 64 -
CMYK 0 0.71 0.53 0.47
HSL 344.38º 0.55% 0.34% -
HSV(B) 344.38º 0.71% 0.53% -
XYZ 11.64 6.97 5.58 -
YUV 70.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 135 39 64 0 0.71 0.53 0.47 344.38 0.55 0.34
Hex 87 27 40 0 47 35 2F 158 37 22
Octal 207 47 100 0 107 65 57 530 67 42
Binary 10000111 100111 1000000 0 1000111 110101 101111 101011000 110111 100010

Color Harmonies of #872740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872740

Black with #872740

Text Example


Text Example

White with #872740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872740; }

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

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

background-color css

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

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

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

border-color css

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

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

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