Html Css Color HEX #87293B Shiraz

📋 copy color: '#87293B'

red 135 ◦ green 41 ◦ blue 59

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

Shades of Shiraz #87293B

Tints of Shiraz #87293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.11%

R = 57.45%
G = 17.45%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87293B (or 0x87293B) is known color: Shiraz. HEX triplet: 87, 29 and 3B. RGB value is (135,41,59). Sum of RGB (Red+Green+Blue) = 135+41+59=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #87293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87293B is #78D6C4. Grayscale: #474747. Windows color (decimal): -7919301 or 3877255. OLE color: 3877255.

HSL color Cylindrical-coordinate representation of color #87293B: hue angle of 348.51º 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 #87293B is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 41 59 -
CMYK 0 0.70 0.56 0.47
HSL 348.51º 0.53% 0.35% -
HSV(B) 348.51º 0.7% 0.53% -
XYZ 11.57 7.05 4.89 -
YUV 71.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 135 41 59 0 0.70 0.56 0.47 348.51 0.53 0.35
Hex 87 29 3B 0 46 38 2F 15D 35 23
Octal 207 51 73 0 106 70 57 535 65 43
Binary 10000111 101001 111011 0 1000110 111000 101111 101011101 110101 100011

Color Harmonies of #87293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87293B

Black with #87293B

Text Example


Text Example

White with #87293B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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