Html Css Color HEX #87253D Shiraz

📋 copy color: '#87253D'

red 135 ◦ green 37 ◦ blue 61

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

Shades of Shiraz #87253D

Tints of Shiraz #87253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.88%

 BLUE value IS 61 (24.22% from 255) = 26.18%

R = 57.94%
G = 15.88%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#87253D (or 0x87253D) is known color: Shiraz. HEX triplet: 87, 25 and 3D. RGB value is (135,37,61). Sum of RGB (Red+Green+Blue) = 135+37+61=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #87253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87253D is #78DAC2. Grayscale: #454545. Windows color (decimal): -7920323 or 4007303. OLE color: 4007303.

HSL color Cylindrical-coordinate representation of color #87253D: hue angle of 345.31º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87253D is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 37 61 -
CMYK 0 0.73 0.55 0.47
HSL 345.31º 0.57% 0.34% -
HSV(B) 345.31º 0.73% 0.53% -
XYZ 11.5 6.81 5.12 -
YUV 69.04 123.47 175.05 -
System Red Green Blue C M Y K H S L
Decimal 135 37 61 0 0.73 0.55 0.47 345.31 0.57 0.34
Hex 87 25 3D 0 49 37 2F 159 39 22
Octal 207 45 75 0 111 67 57 531 71 42
Binary 10000111 100101 111101 0 1001001 110111 101111 101011001 111001 100010

Color Harmonies of #87253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87253D

Black with #87253D

Text Example


Text Example

White with #87253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87253D; }

 p { color: rgb(135,37,61); }

 H1.HeaderClassName
 {
   color: #87253D;
 }
 .AnyTagClassName
 {
   color: #87253D;
 }
</style>

background-color css

<style>
 a { background-color: #87253D; }

 a { background-color: rgb(135,37,61); }

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

border-color css

<style>
 span { border-color: #87253D; }

 span { border-color: rgb(135,37,61); }

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