Html Css Color HEX #87263B Shiraz

📋 copy color: '#87263B'

red 135 ◦ green 38 ◦ blue 59

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

Shades of Shiraz #87263B

Tints of Shiraz #87263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

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

R = 58.19%
G = 16.38%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87263B (or 0x87263B) is known color: Shiraz. HEX triplet: 87, 26 and 3B. RGB value is (135,38,59). Sum of RGB (Red+Green+Blue) = 135+38+59=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #87263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87263B is #78D9C4. Grayscale: #454545. Windows color (decimal): -7920069 or 3876487. OLE color: 3876487.

HSL color Cylindrical-coordinate representation of color #87263B: hue angle of 347.01º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87263B is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 38 59 -
CMYK 0 0.72 0.56 0.47
HSL 347.01º 0.56% 0.34% -
HSV(B) 347.01º 0.72% 0.53% -
XYZ 11.47 6.85 4.86 -
YUV 69.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 135 38 59 0 0.72 0.56 0.47 347.01 0.56 0.34
Hex 87 26 3B 0 48 38 2F 15B 38 22
Octal 207 46 73 0 110 70 57 533 70 42
Binary 10000111 100110 111011 0 1001000 111000 101111 101011011 111000 100010

Color Harmonies of #87263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87263B

Black with #87263B

Text Example


Text Example

White with #87263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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