Html Css Color HEX #82525F Cannon Pink

📋 copy color: '#82525F'

red 130 ◦ green 82 ◦ blue 95

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

Shades of Cannon Pink #82525F

Tints of Cannon Pink #82525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 42.35%
G = 26.71%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82525F (or 0x82525F) is known color: Cannon Pink. HEX triplet: 82, 52 and 5F. RGB value is (130,82,95). Sum of RGB (Red+Green+Blue) = 130+82+95=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82525F is #7DADA0. Grayscale: #616161. Windows color (decimal): -8236449 or 6247042. OLE color: 6247042.

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

Color convert

RGB 130 82 95 -
CMYK 0 0.37 0.27 0.49
HSL 343.75º 0.23% 0.42% -
HSV(B) 343.75º 0.37% 0.51% -
XYZ 14.29 11.61 12.31 -
YUV 97.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 130 82 95 0 0.37 0.27 0.49 343.75 0.23 0.42
Hex 82 52 5F 0 25 1B 31 158 17 2A
Octal 202 122 137 0 45 33 61 530 27 52
Binary 10000010 1010010 1011111 0 100101 11011 110001 101011000 10111 101010

Color Harmonies of #82525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82525F

Black with #82525F

Text Example


Text Example

White with #82525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82525F; }

 p { color: rgb(130,82,95); }

 H1.HeaderClassName
 {
   color: #82525F;
 }
 .AnyTagClassName
 {
   color: #82525F;
 }
</style>

background-color css

<style>
 a { background-color: #82525F; }

 a { background-color: rgb(130,82,95); }

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

border-color css

<style>
 span { border-color: #82525F; }

 span { border-color: rgb(130,82,95); }

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