Html Css Color HEX #87203F Shiraz

📋 copy color: '#87203F'

red 135 ◦ green 32 ◦ blue 63

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

Shades of Shiraz #87203F

Tints of Shiraz #87203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

 BLUE value IS 63 (25% from 255) = 27.39%

R = 58.7%
G = 13.91%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#87203F (or 0x87203F) is known color: Shiraz. HEX triplet: 87, 20 and 3F. RGB value is (135,32,63). Sum of RGB (Red+Green+Blue) = 135+32+63=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #87203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87203F is #78DFC0. Grayscale: #424242. Windows color (decimal): -7921601 or 4137095. OLE color: 4137095.

HSL color Cylindrical-coordinate representation of color #87203F: hue angle of 341.94º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87203F is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 63 -
CMYK 0 0.76 0.53 0.47
HSL 341.94º 0.62% 0.33% -
HSV(B) 341.94º 0.76% 0.53% -
XYZ 11.41 6.54 5.36 -
YUV 66.33 126.12 176.98 -
System Red Green Blue C M Y K H S L
Decimal 135 32 63 0 0.76 0.53 0.47 341.94 0.62 0.33
Hex 87 20 3F 0 4C 35 2F 156 3E 21
Octal 207 40 77 0 114 65 57 526 76 41
Binary 10000111 100000 111111 0 1001100 110101 101111 101010110 111110 100001

Color Harmonies of #87203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87203F

Black with #87203F

Text Example


Text Example

White with #87203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87203F; }

 p { color: rgb(135,32,63); }

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

background-color css

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

 a { background-color: rgb(135,32,63); }

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

border-color css

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

 span { border-color: rgb(135,32,63); }

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