#834B5A

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

Shades of Cannon Pink #834B5A

Tints of Cannon Pink #834B5A

Color information

#834B5A (or 0x834B5A) is unknown color: approx Cannon Pink. HEX triplet: 83, 4B and 5A. RGB value is (131,75,90). Sum of RGB (Red+Green+Blue) = 131+75+90=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #834B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834B5A is #7CB4A5. Grayscale: #5D5D5D. Windows color (decimal): -8172710 or 5917571. OLE color: 5917571.

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

Color convert

RGB1317590-
CMYK00.430.310.49
HSL343.93º27.18%40.39%-
HSV(B)343.93º42.75%51.37%-
XYZ13.7210.610.99-
YUV93.45126.05154.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 75 (29.69% from 255) = 25.34%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=44.26%
G=25.34%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131759000.430.310.49343.9327.1840.39
Hex834B5A02B1F311581b28
Octal20311313205337615303350
Binary100000111001011101101001010111111111000110101100011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,75,90); }

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

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

 a { background-color: rgb(131,75,90); }

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

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

 span { border-color: rgb(131,75,90); }

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