Html Css Color HEX #87143D Shiraz

📋 copy color: '#87143D'

red 135 ◦ green 20 ◦ blue 61

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

Shades of Shiraz #87143D

Tints of Shiraz #87143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

 BLUE value IS 61 (24.22% from 255) = 28.24%

R = 62.5%
G = 9.26%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#87143D (or 0x87143D) is known color: Shiraz. HEX triplet: 87, 14 and 3D. RGB value is (135,20,61). Sum of RGB (Red+Green+Blue) = 135+20+61=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #87143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87143D is #78EBC2. Grayscale: #3B3B3B. Windows color (decimal): -7924675 or 4002951. OLE color: 4002951.

HSL color Cylindrical-coordinate representation of color #87143D: hue angle of 338.61º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87143D is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 20 61 -
CMYK 0 0.85 0.55 0.47
HSL 338.61º 0.74% 0.3% -
HSV(B) 338.61º 0.85% 0.53% -
XYZ 11.08 5.99 4.99 -
YUV 59.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 135 20 61 0 0.85 0.55 0.47 338.61 0.74 0.3
Hex 87 14 3D 0 55 37 2F 153 4A 1E
Octal 207 24 75 0 125 67 57 523 112 36
Binary 10000111 10100 111101 0 1010101 110111 101111 101010011 1001010 11110

Color Harmonies of #87143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87143D

Black with #87143D

Text Example


Text Example

White with #87143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87143D; }

 p { color: rgb(135,20,61); }

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

background-color css

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

 a { background-color: rgb(135,20,61); }

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

border-color css

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

 span { border-color: rgb(135,20,61); }

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