Html Css Color HEX #82516B Cosmic

📋 copy color: '#82516B'

red 130 ◦ green 81 ◦ blue 107

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

Shades of Cosmic #82516B

Tints of Cosmic #82516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.47%

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 40.88%
G = 25.47%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82516B (or 0x82516B) is known color: Cosmic. HEX triplet: 82, 51 and 6B. RGB value is (130,81,107). Sum of RGB (Red+Green+Blue) = 130+81+107=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #82516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82516B is #7DAE94. Grayscale: #626262. Windows color (decimal): -8236693 or 7033218. OLE color: 7033218.

HSL color Cylindrical-coordinate representation of color #82516B: hue angle of 328.16º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82516B is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 81 107 -
CMYK 0 0.38 0.18 0.49
HSL 328.16º 0.23% 0.41% -
HSV(B) 328.16º 0.38% 0.51% -
XYZ 14.8 11.69 15.39 -
YUV 98.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 130 81 107 0 0.38 0.18 0.49 328.16 0.23 0.41
Hex 82 51 6B 0 26 12 31 148 17 29
Octal 202 121 153 0 46 22 61 510 27 51
Binary 10000010 1010001 1101011 0 100110 10010 110001 101001000 10111 101001

Color Harmonies of #82516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82516B

Black with #82516B

Text Example


Text Example

White with #82516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82516B; }

 p { color: rgb(130,81,107); }

 H1.HeaderClassName
 {
   color: #82516B;
 }
 .AnyTagClassName
 {
   color: #82516B;
 }
</style>

background-color css

<style>
 a { background-color: #82516B; }

 a { background-color: rgb(130,81,107); }

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

border-color css

<style>
 span { border-color: #82516B; }

 span { border-color: rgb(130,81,107); }

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