Html Css Color HEX #82576D Cosmic

📋 copy color: '#82576D'

red 130 ◦ green 87 ◦ blue 109

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

Shades of Cosmic #82576D

Tints of Cosmic #82576D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.44%

R = 39.88%
G = 26.69%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82576D (or 0x82576D) is known color: Cosmic. HEX triplet: 82, 57 and 6D. RGB value is (130,87,109). Sum of RGB (Red+Green+Blue) = 130+87+109=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #82576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82576D is #7DA892. Grayscale: #666666. Windows color (decimal): -8235155 or 7165826. OLE color: 7165826.

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

Color convert

RGB 130 87 109 -
CMYK 0 0.33 0.16 0.49
HSL 329.3º 0.2% 0.43% -
HSV(B) 329.3º 0.33% 0.51% -
XYZ 15.37 12.67 16.1 -
YUV 102.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 130 87 109 0 0.33 0.16 0.49 329.3 0.2 0.43
Hex 82 57 6D 0 21 10 31 149 14 2B
Octal 202 127 155 0 41 20 61 511 24 53
Binary 10000010 1010111 1101101 0 100001 10000 110001 101001001 10100 101011

Color Harmonies of #82576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82576D

Black with #82576D

Text Example


Text Example

White with #82576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82576D; }

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

 H1.HeaderClassName
 {
   color: #82576D;
 }
 .AnyTagClassName
 {
   color: #82576D;
 }
</style>

background-color css

<style>
 a { background-color: #82576D; }

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

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

border-color css

<style>
 span { border-color: #82576D; }

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

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