Html Css Color HEX #87263E Shiraz

📋 copy color: '#87263E'

red 135 ◦ green 38 ◦ blue 62

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

Shades of Shiraz #87263E

Tints of Shiraz #87263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.38%

R = 57.45%
G = 16.17%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#87263E (or 0x87263E) is known color: Shiraz. HEX triplet: 87, 26 and 3E. RGB value is (135,38,62). Sum of RGB (Red+Green+Blue) = 135+38+62=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #87263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87263E is #78D9C1. Grayscale: #454545. Windows color (decimal): -7920066 or 4073095. OLE color: 4073095.

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

Color convert

RGB 135 38 62 -
CMYK 0 0.72 0.54 0.47
HSL 345.15º 0.56% 0.34% -
HSV(B) 345.15º 0.72% 0.53% -
XYZ 11.55 6.88 5.28 -
YUV 69.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 135 38 62 0 0.72 0.54 0.47 345.15 0.56 0.34
Hex 87 26 3E 0 48 36 2F 159 38 22
Octal 207 46 76 0 110 66 57 531 70 42
Binary 10000111 100110 111110 0 1001000 110110 101111 101011001 111000 100010

Color Harmonies of #87263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87263E

Black with #87263E

Text Example


Text Example

White with #87263E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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