Html Css Color HEX #82575D Cannon Pink

📋 copy color: '#82575D'

red 130 ◦ green 87 ◦ blue 93

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

Shades of Cannon Pink #82575D

Tints of Cannon Pink #82575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

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

R = 41.94%
G = 28.06%
B = 30%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82575D (or 0x82575D) is known color: Cannon Pink. HEX triplet: 82, 57 and 5D. RGB value is (130,87,93). Sum of RGB (Red+Green+Blue) = 130+87+93=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82575D is #7DA8A2. Grayscale: #646464. Windows color (decimal): -8235171 or 6117250. OLE color: 6117250.

HSL color Cylindrical-coordinate representation of color #82575D: hue angle of 351.63º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82575D is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 87 93 -
CMYK 0 0.33 0.28 0.49
HSL 351.63º 0.2% 0.43% -
HSV(B) 351.63º 0.33% 0.51% -
XYZ 14.59 12.35 11.97 -
YUV 100.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 130 87 93 0 0.33 0.28 0.49 351.63 0.2 0.43
Hex 82 57 5D 0 21 1C 31 160 14 2B
Octal 202 127 135 0 41 34 61 540 24 53
Binary 10000010 1010111 1011101 0 100001 11100 110001 101100000 10100 101011

Color Harmonies of #82575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82575D

Black with #82575D

Text Example


Text Example

White with #82575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82575D; }

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

 H1.HeaderClassName
 {
   color: #82575D;
 }
 .AnyTagClassName
 {
   color: #82575D;
 }
</style>

background-color css

<style>
 a { background-color: #82575D; }

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

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

border-color css

<style>
 span { border-color: #82575D; }

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

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