Html Css Color HEX #87293A Shiraz

📋 copy color: '#87293A'

red 135 ◦ green 41 ◦ blue 58

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

Shades of Shiraz #87293A

Tints of Shiraz #87293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

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

R = 57.69%
G = 17.52%
B = 24.79%

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

#87293A (or 0x87293A) is known color: Shiraz. HEX triplet: 87, 29 and 3A. RGB value is (135,41,58). Sum of RGB (Red+Green+Blue) = 135+41+58=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #87293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87293A is #78D6C5. Grayscale: #474747. Windows color (decimal): -7919302 or 3811719. OLE color: 3811719.

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

Color convert

RGB 135 41 58 -
CMYK 0 0.70 0.57 0.47
HSL 349.15º 0.53% 0.35% -
HSV(B) 349.15º 0.7% 0.53% -
XYZ 11.55 7.04 4.75 -
YUV 71.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 135 41 58 0 0.70 0.57 0.47 349.15 0.53 0.35
Hex 87 29 3A 0 46 39 2F 15D 35 23
Octal 207 51 72 0 106 71 57 535 65 43
Binary 10000111 101001 111010 0 1000110 111001 101111 101011101 110101 100011

Color Harmonies of #87293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87293A

Black with #87293A

Text Example


Text Example

White with #87293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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