Html Css Color HEX #87193B Shiraz

📋 copy color: '#87193B'

red 135 ◦ green 25 ◦ blue 59

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

Shades of Shiraz #87193B

Tints of Shiraz #87193B

RGB

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

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

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

R = 61.64%
G = 11.42%
B = 26.94%

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

#87193B (or 0x87193B) is known color: Shiraz. HEX triplet: 87, 19 and 3B. RGB value is (135,25,59). Sum of RGB (Red+Green+Blue) = 135+25+59=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #87193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87193B is #78E6C4. Grayscale: #3D3D3D. Windows color (decimal): -7923397 or 3873159. OLE color: 3873159.

HSL color Cylindrical-coordinate representation of color #87193B: hue angle of 341.45º 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 #87193B is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 25 59 -
CMYK 0 0.81 0.56 0.47
HSL 341.45º 0.69% 0.31% -
HSV(B) 341.45º 0.81% 0.53% -
XYZ 11.13 6.16 4.74 -
YUV 61.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 135 25 59 0 0.81 0.56 0.47 341.45 0.69 0.31
Hex 87 19 3B 0 51 38 2F 155 45 1F
Octal 207 31 73 0 121 70 57 525 105 37
Binary 10000111 11001 111011 0 1010001 111000 101111 101010101 1000101 11111

Color Harmonies of #87193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87193B

Black with #87193B

Text Example


Text Example

White with #87193B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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