Html Css Color HEX #824D59 Cannon Pink

📋 copy color: '#824D59'

red 130 ◦ green 77 ◦ blue 89

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

Shades of Cannon Pink #824D59

Tints of Cannon Pink #824D59

RGB

 RED value IS 130 (51.17% from 255) = 43.92%

 GREEN value IS 77 (30.47% from 255) = 26.01%

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

R = 43.92%
G = 26.01%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#824D59 (or 0x824D59) is known color: Cannon Pink. HEX triplet: 82, 4D and 59. RGB value is (130,77,89). Sum of RGB (Red+Green+Blue) = 130+77+89=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #824D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D59 is #7DB2A6. Grayscale: #5E5E5E. Windows color (decimal): -8237735 or 5852546. OLE color: 5852546.

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

Color convert

RGB 130 77 89 -
CMYK 0 0.41 0.32 0.49
HSL 346.42º 0.26% 0.41% -
HSV(B) 346.42º 0.41% 0.51% -
XYZ 13.66 10.77 10.81 -
YUV 94.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 130 77 89 0 0.41 0.32 0.49 346.42 0.26 0.41
Hex 82 4D 59 0 29 20 31 15A 1A 29
Octal 202 115 131 0 51 40 61 532 32 51
Binary 10000010 1001101 1011001 0 101001 100000 110001 101011010 11010 101001

Color Harmonies of #824D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824D59

Black with #824D59

Text Example


Text Example

White with #824D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,77,89); }

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

background-color css

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

 a { background-color: rgb(130,77,89); }

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

border-color css

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

 span { border-color: rgb(130,77,89); }

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