Html Css Color HEX #82576B Cosmic

📋 copy color: '#82576B'

red 130 ◦ green 87 ◦ blue 107

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

Shades of Cosmic #82576B

Tints of Cosmic #82576B

RGB

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

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

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

R = 40.12%
G = 26.85%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82576B (or 0x82576B) is known color: Cosmic. HEX triplet: 82, 57 and 6B. RGB value is (130,87,107). Sum of RGB (Red+Green+Blue) = 130+87+107=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #82576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82576B is #7DA894. Grayscale: #666666. Windows color (decimal): -8235157 or 7034754. OLE color: 7034754.

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

Color convert

RGB 130 87 107 -
CMYK 0 0.33 0.18 0.49
HSL 332.09º 0.2% 0.43% -
HSV(B) 332.09º 0.33% 0.51% -
XYZ 15.27 12.62 15.54 -
YUV 102.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 130 87 107 0 0.33 0.18 0.49 332.09 0.2 0.43
Hex 82 57 6B 0 21 12 31 14C 14 2B
Octal 202 127 153 0 41 22 61 514 24 53
Binary 10000010 1010111 1101011 0 100001 10010 110001 101001100 10100 101011

Color Harmonies of #82576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82576B

Black with #82576B

Text Example


Text Example

White with #82576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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