#834F60

Color #834F60 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #834F60

Tints of Cannon Pink #834F60

Color information

#834F60 (or 0x834F60) is unknown color: approx Cannon Pink. HEX triplet: 83, 4F and 60. RGB value is (131,79,96). Sum of RGB (Red+Green+Blue) = 131+79+96=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #834F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834F60 is #7CB09F. Grayscale: #606060. Windows color (decimal): -8171680 or 6311811. OLE color: 6311811.

HSL color Cylindrical-coordinate representation of color #834F60: hue angle of 340.38º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #834F60 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1317996-
CMYK00.400.270.49
HSL340.38º24.76%41.18%-
HSV(B)340.38º39.69%51.37%-
XYZ14.2711.2612.49-
YUV96.49127.73152.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.81%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 96 (37.89% from 255) = 31.37%
R=42.81%
G=25.82%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131799600.400.270.49340.3824.7641.18
Hex834F600281B311541929
Octal20311714005033615243151
Binary100000111001111110000001010001101111000110101010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834F60; }

 p { color: rgb(131,79,96); }

 H1.HeaderClassName
 {
   color: #834F60;
 }
 .AnyTagClassName
 {
   color: #834F60;
 }
</style>
background-color css

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

 a { background-color: rgb(131,79,96); }

 div.DivClassName
 {
   background-color: #834F60;
 }
 .BgClassName
 {
   background-color: #834F60;
 }
</style>
border-color css

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

 span { border-color: rgb(131,79,96); }

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