#824B58

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

Shades of Cannon Pink #824B58

Tints of Cannon Pink #824B58

Color information

#824B58 (or 0x824B58) is unknown color: approx Cannon Pink. HEX triplet: 82, 4B and 58. RGB value is (130,75,88). Sum of RGB (Red+Green+Blue) = 130+75+88=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #824B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824B58 is #7DB4A7. Grayscale: #5C5C5C. Windows color (decimal): -8238248 or 5786498. OLE color: 5786498.

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

Color convert

RGB1307588-
CMYK00.420.320.49
HSL345.82º26.83%40.2%-
HSV(B)345.82º42.31%50.98%-
XYZ13.4810.4810.55-
YUV92.93125.22154.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=44.37%
G=25.60%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130758800.420.320.49345.8226.8340.2
Hex824B5802A203115a1b28
Octal20211313005240615323350
Binary1000001010010111011000010101010000011000110101101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824B58; }

 p { color: rgb(130,75,88); }

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

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

 a { background-color: rgb(130,75,88); }

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

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

 span { border-color: rgb(130,75,88); }

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