Html Css Color HEX #82525E Cannon Pink

📋 copy color: '#82525E'

red 130 ◦ green 82 ◦ blue 94

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

Shades of Cannon Pink #82525E

Tints of Cannon Pink #82525E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.72%

R = 42.48%
G = 26.8%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82525E (or 0x82525E) is known color: Cannon Pink. HEX triplet: 82, 52 and 5E. RGB value is (130,82,94). Sum of RGB (Red+Green+Blue) = 130+82+94=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #82525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82525E is #7DADA1. Grayscale: #616161. Windows color (decimal): -8236450 or 6181506. OLE color: 6181506.

HSL color Cylindrical-coordinate representation of color #82525E: hue angle of 345º 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 #82525E is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 94 -
CMYK 0 0.37 0.28 0.49
HSL 345º 0.23% 0.42% -
HSV(B) 345º 0.37% 0.51% -
XYZ 14.24 11.59 12.08 -
YUV 97.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 130 82 94 0 0.37 0.28 0.49 345 0.23 0.42
Hex 82 52 5E 0 25 1C 31 159 17 2A
Octal 202 122 136 0 45 34 61 531 27 52
Binary 10000010 1010010 1011110 0 100101 11100 110001 101011001 10111 101010

Color Harmonies of #82525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82525E

Black with #82525E

Text Example


Text Example

White with #82525E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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