Html Css Color HEX #87465D Cannon Pink

📋 copy color: '#87465D'

red 135 ◦ green 70 ◦ blue 93

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

Shades of Cannon Pink #87465D

Tints of Cannon Pink #87465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.49%

 BLUE value IS 93 (36.72% from 255) = 31.21%

R = 45.3%
G = 23.49%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87465D (or 0x87465D) is known color: Cannon Pink. HEX triplet: 87, 46 and 5D. RGB value is (135,70,93). Sum of RGB (Red+Green+Blue) = 135+70+93=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87465D is #78B9A2. Grayscale: #5C5C5C. Windows color (decimal): -7911843 or 6112903. OLE color: 6112903.

HSL color Cylindrical-coordinate representation of color #87465D: hue angle of 338.77º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87465D is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 70 93 -
CMYK 0 0.48 0.31 0.47
HSL 338.77º 0.32% 0.4% -
HSV(B) 338.77º 0.48% 0.53% -
XYZ 14.16 10.32 11.6 -
YUV 92.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 135 70 93 0 0.48 0.31 0.47 338.77 0.32 0.4
Hex 87 46 5D 0 30 1F 2F 153 20 28
Octal 207 106 135 0 60 37 57 523 40 50
Binary 10000111 1000110 1011101 0 110000 11111 101111 101010011 100000 101000

Color Harmonies of #87465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87465D

Black with #87465D

Text Example


Text Example

White with #87465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,70,93); }

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

background-color css

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

 a { background-color: rgb(135,70,93); }

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

border-color css

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

 span { border-color: rgb(135,70,93); }

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