Html Css Color HEX #82576C Cosmic

📋 copy color: '#82576C'

red 130 ◦ green 87 ◦ blue 108

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

Shades of Cosmic #82576C

Tints of Cosmic #82576C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 40%
G = 26.77%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82576C (or 0x82576C) is known color: Cosmic. HEX triplet: 82, 57 and 6C. RGB value is (130,87,108). Sum of RGB (Red+Green+Blue) = 130+87+108=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82576C is #7DA893. Grayscale: #666666. Windows color (decimal): -8235156 or 7100290. OLE color: 7100290.

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

Color convert

RGB 130 87 108 -
CMYK 0 0.33 0.17 0.49
HSL 330.7º 0.2% 0.43% -
HSV(B) 330.7º 0.33% 0.51% -
XYZ 15.32 12.64 15.82 -
YUV 102.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 130 87 108 0 0.33 0.17 0.49 330.7 0.2 0.43
Hex 82 57 6C 0 21 11 31 14B 14 2B
Octal 202 127 154 0 41 21 61 513 24 53
Binary 10000010 1010111 1101100 0 100001 10001 110001 101001011 10100 101011

Color Harmonies of #82576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82576C

Black with #82576C

Text Example


Text Example

White with #82576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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