Html Css Color HEX #87202F Shiraz

📋 copy color: '#87202F'

red 135 ◦ green 32 ◦ blue 47

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

Shades of Shiraz #87202F

Tints of Shiraz #87202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.96%

R = 63.08%
G = 14.95%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#87202F (or 0x87202F) is known color: Shiraz. HEX triplet: 87, 20 and 2F. RGB value is (135,32,47). Sum of RGB (Red+Green+Blue) = 135+32+47=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87202F is #78DFD0. Grayscale: #404040. Windows color (decimal): -7921617 or 3088519. OLE color: 3088519.

HSL color Cylindrical-coordinate representation of color #87202F: hue angle of 351.26º 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 #87202F is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 47 -
CMYK 0 0.76 0.65 0.47
HSL 351.26º 0.62% 0.33% -
HSV(B) 351.26º 0.76% 0.53% -
XYZ 11.02 6.39 3.34 -
YUV 64.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 135 32 47 0 0.76 0.65 0.47 351.26 0.62 0.33
Hex 87 20 2F 0 4C 41 2F 15F 3E 21
Octal 207 40 57 0 114 101 57 537 76 41
Binary 10000111 100000 101111 0 1001100 1000001 101111 101011111 111110 100001

Color Harmonies of #87202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87202F

Black with #87202F

Text Example


Text Example

White with #87202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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