Html Css Color HEX #87193C Shiraz

📋 copy color: '#87193C'

red 135 ◦ green 25 ◦ blue 60

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

Shades of Shiraz #87193C

Tints of Shiraz #87193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.36%

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 61.36%
G = 11.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87193C (or 0x87193C) is known color: Shiraz. HEX triplet: 87, 19 and 3C. RGB value is (135,25,60). Sum of RGB (Red+Green+Blue) = 135+25+60=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #87193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87193C is #78E6C3. Grayscale: #3D3D3D. Windows color (decimal): -7923396 or 3938695. OLE color: 3938695.

HSL color Cylindrical-coordinate representation of color #87193C: hue angle of 340.91º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87193C is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 25 60 -
CMYK 0 0.81 0.56 0.47
HSL 340.91º 0.69% 0.31% -
HSV(B) 340.91º 0.81% 0.53% -
XYZ 11.15 6.17 4.88 -
YUV 61.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 135 25 60 0 0.81 0.56 0.47 340.91 0.69 0.31
Hex 87 19 3C 0 51 38 2F 155 45 1F
Octal 207 31 74 0 121 70 57 525 105 37
Binary 10000111 11001 111100 0 1010001 111000 101111 101010101 1000101 11111

Color Harmonies of #87193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87193C

Black with #87193C

Text Example


Text Example

White with #87193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87193C; }

 p { color: rgb(135,25,60); }

 H1.HeaderClassName
 {
   color: #87193C;
 }
 .AnyTagClassName
 {
   color: #87193C;
 }
</style>

background-color css

<style>
 a { background-color: #87193C; }

 a { background-color: rgb(135,25,60); }

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

border-color css

<style>
 span { border-color: #87193C; }

 span { border-color: rgb(135,25,60); }

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