Html Css Color HEX #874959 Cannon Pink

📋 copy color: '#874959'

red 135 ◦ green 73 ◦ blue 89

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

Shades of Cannon Pink #874959

Tints of Cannon Pink #874959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 45.45%
G = 24.58%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#874959 (or 0x874959) is known color: Cannon Pink. HEX triplet: 87, 49 and 59. RGB value is (135,73,89). Sum of RGB (Red+Green+Blue) = 135+73+89=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #874959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874959 is #78B6A6. Grayscale: #5D5D5D. Windows color (decimal): -7911079 or 5851527. OLE color: 5851527.

HSL color Cylindrical-coordinate representation of color #874959: hue angle of 344.52º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874959 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 73 89 -
CMYK 0 0.46 0.34 0.47
HSL 344.52º 0.3% 0.41% -
HSV(B) 344.52º 0.46% 0.53% -
XYZ 14.18 10.64 10.76 -
YUV 93.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 135 73 89 0 0.46 0.34 0.47 344.52 0.3 0.41
Hex 87 49 59 0 2E 22 2F 159 1E 29
Octal 207 111 131 0 56 42 57 531 36 51
Binary 10000111 1001001 1011001 0 101110 100010 101111 101011001 11110 101001

Color Harmonies of #874959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874959

Black with #874959

Text Example


Text Example

White with #874959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874959; }

 p { color: rgb(135,73,89); }

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

background-color css

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

 a { background-color: rgb(135,73,89); }

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

border-color css

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

 span { border-color: rgb(135,73,89); }

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