Html Css Color HEX #87283A Shiraz

📋 copy color: '#87283A'

red 135 ◦ green 40 ◦ blue 58

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

Shades of Shiraz #87283A

Tints of Shiraz #87283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 57.94%
G = 17.17%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#87283A (or 0x87283A) is known color: Shiraz. HEX triplet: 87, 28 and 3A. RGB value is (135,40,58). Sum of RGB (Red+Green+Blue) = 135+40+58=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #87283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87283A is #78D7C5. Grayscale: #464646. Windows color (decimal): -7919558 or 3811463. OLE color: 3811463.

HSL color Cylindrical-coordinate representation of color #87283A: hue angle of 348.63º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87283A is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 40 58 -
CMYK 0 0.70 0.57 0.47
HSL 348.63º 0.54% 0.34% -
HSV(B) 348.63º 0.7% 0.53% -
XYZ 11.51 6.97 4.74 -
YUV 70.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 135 40 58 0 0.70 0.57 0.47 348.63 0.54 0.34
Hex 87 28 3A 0 46 39 2F 15D 36 22
Octal 207 50 72 0 106 71 57 535 66 42
Binary 10000111 101000 111010 0 1000110 111001 101111 101011101 110110 100010

Color Harmonies of #87283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87283A

Black with #87283A

Text Example


Text Example

White with #87283A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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