Html Css Color HEX #82585E Cannon Pink

📋 copy color: '#82585E'

red 130 ◦ green 88 ◦ blue 94

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

Shades of Cannon Pink #82585E

Tints of Cannon Pink #82585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

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

R = 41.67%
G = 28.21%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82585E (or 0x82585E) is known color: Cannon Pink. HEX triplet: 82, 58 and 5E. RGB value is (130,88,94). Sum of RGB (Red+Green+Blue) = 130+88+94=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82585E is #7DA7A1. Grayscale: #656565. Windows color (decimal): -8234914 or 6183042. OLE color: 6183042.

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

Color convert

RGB 130 88 94 -
CMYK 0 0.32 0.28 0.49
HSL 351.43º 0.19% 0.43% -
HSV(B) 351.43º 0.32% 0.51% -
XYZ 14.72 12.53 12.23 -
YUV 101.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 130 88 94 0 0.32 0.28 0.49 351.43 0.19 0.43
Hex 82 58 5E 0 20 1C 31 15F 13 2B
Octal 202 130 136 0 40 34 61 537 23 53
Binary 10000010 1011000 1011110 0 100000 11100 110001 101011111 10011 101011

Color Harmonies of #82585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82585E

Black with #82585E

Text Example


Text Example

White with #82585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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