Html Css Color HEX #87153C Shiraz

📋 copy color: '#87153C'

red 135 ◦ green 21 ◦ blue 60

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

Shades of Shiraz #87153C

Tints of Shiraz #87153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.72%

 BLUE value IS 60 (23.83% from 255) = 27.78%

R = 62.5%
G = 9.72%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87153C (or 0x87153C) is known color: Shiraz. HEX triplet: 87, 15 and 3C. RGB value is (135,21,60). Sum of RGB (Red+Green+Blue) = 135+21+60=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #87153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87153C is #78EAC3. Grayscale: #3B3B3B. Windows color (decimal): -7924420 or 3937671. OLE color: 3937671.

HSL color Cylindrical-coordinate representation of color #87153C: hue angle of 339.47º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #87153C is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 21 60 -
CMYK 0 0.84 0.56 0.47
HSL 339.47º 0.73% 0.31% -
HSV(B) 339.47º 0.84% 0.53% -
XYZ 11.08 6.01 4.85 -
YUV 59.53 128.27 181.83 -
System Red Green Blue C M Y K H S L
Decimal 135 21 60 0 0.84 0.56 0.47 339.47 0.73 0.31
Hex 87 15 3C 0 54 38 2F 153 49 1F
Octal 207 25 74 0 124 70 57 523 111 37
Binary 10000111 10101 111100 0 1010100 111000 101111 101010011 1001001 11111

Color Harmonies of #87153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87153C

Black with #87153C

Text Example


Text Example

White with #87153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87153C; }

 p { color: rgb(135,21,60); }

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

background-color css

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

 a { background-color: rgb(135,21,60); }

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

border-color css

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

 span { border-color: rgb(135,21,60); }

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