Html Css Color HEX #87263F Shiraz

📋 copy color: '#87263F'

red 135 ◦ green 38 ◦ blue 63

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

Shades of Shiraz #87263F

Tints of Shiraz #87263F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.69%

R = 57.2%
G = 16.1%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#87263F (or 0x87263F) is known color: Shiraz. HEX triplet: 87, 26 and 3F. RGB value is (135,38,63). Sum of RGB (Red+Green+Blue) = 135+38+63=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #87263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87263F is #78D9C0. Grayscale: #454545. Windows color (decimal): -7920065 or 4138631. OLE color: 4138631.

HSL color Cylindrical-coordinate representation of color #87263F: hue angle of 344.54º 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 #87263F is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 38 63 -
CMYK 0 0.72 0.53 0.47
HSL 344.54º 0.56% 0.34% -
HSV(B) 344.54º 0.72% 0.53% -
XYZ 11.58 6.9 5.42 -
YUV 69.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 135 38 63 0 0.72 0.53 0.47 344.54 0.56 0.34
Hex 87 26 3F 0 48 35 2F 159 38 22
Octal 207 46 77 0 110 65 57 531 70 42
Binary 10000111 100110 111111 0 1001000 110101 101111 101011001 111000 100010

Color Harmonies of #87263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87263F

Black with #87263F

Text Example


Text Example

White with #87263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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