#82425A

Color #82425A Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #82425A

Tints of Cosmic #82425A

Color information

#82425A (or 0x82425A) is unknown color: approx Cosmic. HEX triplet: 82, 42 and 5A. RGB value is (130,66,90). Sum of RGB (Red+Green+Blue) = 130+66+90=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #82425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82425A is #7DBDA5. Grayscale: #575757. Windows color (decimal): -8240550 or 5915266. OLE color: 5915266.

HSL color Cylindrical-coordinate representation of color #82425A: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82425A is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1306690-
CMYK00.490.310.49
HSL337.5º32.65%38.43%-
HSV(B)337.5º49.23%50.98%-
XYZ139.3810.8-
YUV87.87129.2158.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=45.45%
G=23.08%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130669000.490.310.49337.532.6538.43
Hex82425A0311F311522126
Octal20210213206137615224146
Binary1000001010000101011010011000111111110001101010010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82425A; }

 p { color: rgb(130,66,90); }

 H1.HeaderClassName
 {
   color: #82425A;
 }
 .AnyTagClassName
 {
   color: #82425A;
 }
</style>
background-color css

<style>
 a { background-color: #82425A; }

 a { background-color: rgb(130,66,90); }

 div.DivClassName
 {
   background-color: #82425A;
 }
 .BgClassName
 {
   background-color: #82425A;
 }
</style>
border-color css

<style>
 span { border-color: #82425A; }

 span { border-color: rgb(130,66,90); }

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