Html Css Color HEX #87243C Shiraz

📋 copy color: '#87243C'

red 135 ◦ green 36 ◦ blue 60

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

Shades of Shiraz #87243C

Tints of Shiraz #87243C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 58.44%
G = 15.58%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87243C (or 0x87243C) is known color: Shiraz. HEX triplet: 87, 24 and 3C. RGB value is (135,36,60). Sum of RGB (Red+Green+Blue) = 135+36+60=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #87243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87243C is #78DBC3. Grayscale: #444444. Windows color (decimal): -7920580 or 3941511. OLE color: 3941511.

HSL color Cylindrical-coordinate representation of color #87243C: hue angle of 345.45º degrees, saturation: 0.58, 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 #87243C is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 36 60 -
CMYK 0 0.73 0.56 0.47
HSL 345.45º 0.58% 0.34% -
HSV(B) 345.45º 0.73% 0.53% -
XYZ 11.44 6.74 4.97 -
YUV 68.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 135 36 60 0 0.73 0.56 0.47 345.45 0.58 0.34
Hex 87 24 3C 0 49 38 2F 159 3A 22
Octal 207 44 74 0 111 70 57 531 72 42
Binary 10000111 100100 111100 0 1001001 111000 101111 101011001 111010 100010

Color Harmonies of #87243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87243C

Black with #87243C

Text Example


Text Example

White with #87243C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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