Html Css Color HEX #824F5D Cannon Pink

📋 copy color: '#824F5D'

red 130 ◦ green 79 ◦ blue 93

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

Shades of Cannon Pink #824F5D

Tints of Cannon Pink #824F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 43.05%
G = 26.16%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#824F5D (or 0x824F5D) is known color: Cannon Pink. HEX triplet: 82, 4F and 5D. RGB value is (130,79,93). Sum of RGB (Red+Green+Blue) = 130+79+93=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #824F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F5D is #7DB0A2. Grayscale: #5F5F5F. Windows color (decimal): -8237219 or 6115202. OLE color: 6115202.

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

Color convert

RGB 130 79 93 -
CMYK 0 0.39 0.28 0.49
HSL 343.53º 0.24% 0.41% -
HSV(B) 343.53º 0.39% 0.51% -
XYZ 13.98 11.13 11.77 -
YUV 95.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 130 79 93 0 0.39 0.28 0.49 343.53 0.24 0.41
Hex 82 4F 5D 0 27 1C 31 158 18 29
Octal 202 117 135 0 47 34 61 530 30 51
Binary 10000010 1001111 1011101 0 100111 11100 110001 101011000 11000 101001

Color Harmonies of #824F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F5D

Black with #824F5D

Text Example


Text Example

White with #824F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,79,93); }

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

background-color css

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

 a { background-color: rgb(130,79,93); }

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

border-color css

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

 span { border-color: rgb(130,79,93); }

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