Html Css Color HEX #824D5B Cannon Pink

📋 copy color: '#824D5B'

red 130 ◦ green 77 ◦ blue 91

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

Shades of Cannon Pink #824D5B

Tints of Cannon Pink #824D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 43.62%
G = 25.84%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#824D5B (or 0x824D5B) is known color: Cannon Pink. HEX triplet: 82, 4D and 5B. RGB value is (130,77,91). Sum of RGB (Red+Green+Blue) = 130+77+91=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #824D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D5B is #7DB2A4. Grayscale: #5E5E5E. Windows color (decimal): -8237733 or 5983618. OLE color: 5983618.

HSL color Cylindrical-coordinate representation of color #824D5B: hue angle of 344.15º 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 #824D5B is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 77 91 -
CMYK 0 0.41 0.30 0.49
HSL 344.15º 0.26% 0.41% -
HSV(B) 344.15º 0.41% 0.51% -
XYZ 13.75 10.81 11.26 -
YUV 94.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 130 77 91 0 0.41 0.30 0.49 344.15 0.26 0.41
Hex 82 4D 5B 0 29 1E 31 158 1A 29
Octal 202 115 133 0 51 36 61 530 32 51
Binary 10000010 1001101 1011011 0 101001 11110 110001 101011000 11010 101001

Color Harmonies of #824D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824D5B

Black with #824D5B

Text Example


Text Example

White with #824D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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