Html Css Color HEX #87273A Shiraz

📋 copy color: '#87273A'

red 135 ◦ green 39 ◦ blue 58

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

Shades of Shiraz #87273A

Tints of Shiraz #87273A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25%

R = 58.19%
G = 16.81%
B = 25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#87273A (or 0x87273A) is known color: Shiraz. HEX triplet: 87, 27 and 3A. RGB value is (135,39,58). Sum of RGB (Red+Green+Blue) = 135+39+58=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #87273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87273A is #78D8C5. Grayscale: #454545. Windows color (decimal): -7919814 or 3811207. OLE color: 3811207.

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

Color convert

RGB 135 39 58 -
CMYK 0 0.71 0.57 0.47
HSL 348.13º 0.55% 0.34% -
HSV(B) 348.13º 0.71% 0.53% -
XYZ 11.48 6.91 4.73 -
YUV 69.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 135 39 58 0 0.71 0.57 0.47 348.13 0.55 0.34
Hex 87 27 3A 0 47 39 2F 15C 37 22
Octal 207 47 72 0 107 71 57 534 67 42
Binary 10000111 100111 111010 0 1000111 111001 101111 101011100 110111 100010

Color Harmonies of #87273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87273A

Black with #87273A

Text Example


Text Example

White with #87273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87273A; }

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

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

background-color css

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

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

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

border-color css

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

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

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