Html Css Color HEX #82516F Cosmic

📋 copy color: '#82516F'

red 130 ◦ green 81 ◦ blue 111

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

Shades of Cosmic #82516F

Tints of Cosmic #82516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 40.37%
G = 25.16%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82516F (or 0x82516F) is known color: Cosmic. HEX triplet: 82, 51 and 6F. RGB value is (130,81,111). Sum of RGB (Red+Green+Blue) = 130+81+111=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82516F is #7DAE90. Grayscale: #636363. Windows color (decimal): -8236689 or 7295362. OLE color: 7295362.

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

Color convert

RGB 130 81 111 -
CMYK 0 0.38 0.15 0.49
HSL 323.27º 0.23% 0.41% -
HSV(B) 323.27º 0.38% 0.51% -
XYZ 15.02 11.78 16.52 -
YUV 99.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 130 81 111 0 0.38 0.15 0.49 323.27 0.23 0.41
Hex 82 51 6F 0 26 F 31 143 17 29
Octal 202 121 157 0 46 17 61 503 27 51
Binary 10000010 1010001 1101111 0 100110 1111 110001 101000011 10111 101001

Color Harmonies of #82516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82516F

Black with #82516F

Text Example


Text Example

White with #82516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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