Html Css Color HEX #82575F Cannon Pink

📋 copy color: '#82575F'

red 130 ◦ green 87 ◦ blue 95

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

Shades of Cannon Pink #82575F

Tints of Cannon Pink #82575F

RGB

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

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

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

R = 41.67%
G = 27.88%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82575F (or 0x82575F) is known color: Cannon Pink. HEX triplet: 82, 57 and 5F. RGB value is (130,87,95). Sum of RGB (Red+Green+Blue) = 130+87+95=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82575F is #7DA8A0. Grayscale: #646464. Windows color (decimal): -8235169 or 6248322. OLE color: 6248322.

HSL color Cylindrical-coordinate representation of color #82575F: hue angle of 348.84º 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 #82575F is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 87 95 -
CMYK 0 0.33 0.27 0.49
HSL 348.84º 0.2% 0.43% -
HSV(B) 348.84º 0.33% 0.51% -
XYZ 14.68 12.39 12.44 -
YUV 100.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 130 87 95 0 0.33 0.27 0.49 348.84 0.2 0.43
Hex 82 57 5F 0 21 1B 31 15D 14 2B
Octal 202 127 137 0 41 33 61 535 24 53
Binary 10000010 1010111 1011111 0 100001 11011 110001 101011101 10100 101011

Color Harmonies of #82575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82575F

Black with #82575F

Text Example


Text Example

White with #82575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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