Html Css Color HEX #82535E Cannon Pink

📋 copy color: '#82535E'

red 130 ◦ green 83 ◦ blue 94

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

Shades of Cannon Pink #82535E

Tints of Cannon Pink #82535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

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

R = 42.35%
G = 27.04%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82535E (or 0x82535E) is known color: Cannon Pink. HEX triplet: 82, 53 and 5E. RGB value is (130,83,94). Sum of RGB (Red+Green+Blue) = 130+83+94=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82535E is #7DACA1. Grayscale: #626262. Windows color (decimal): -8236194 or 6181762. OLE color: 6181762.

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

Color convert

RGB 130 83 94 -
CMYK 0 0.36 0.28 0.49
HSL 345.96º 0.22% 0.42% -
HSV(B) 345.96º 0.36% 0.51% -
XYZ 14.32 11.74 12.1 -
YUV 98.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 130 83 94 0 0.36 0.28 0.49 345.96 0.22 0.42
Hex 82 53 5E 0 24 1C 31 15A 16 2A
Octal 202 123 136 0 44 34 61 532 26 52
Binary 10000010 1010011 1011110 0 100100 11100 110001 101011010 10110 101010

Color Harmonies of #82535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82535E

Black with #82535E

Text Example


Text Example

White with #82535E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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