#824462

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

Shades of Cosmic #824462

Tints of Cosmic #824462

Color information

#824462 (or 0x824462) is unknown color: approx Cosmic. HEX triplet: 82, 44 and 62. RGB value is (130,68,98). Sum of RGB (Red+Green+Blue) = 130+68+98=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #824462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824462 is #7DBB9D. Grayscale: #595959. Windows color (decimal): -8240030 or 6440066. OLE color: 6440066.

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

Color convert

RGB1306898-
CMYK00.480.250.49
HSL330.97º31.31%38.82%-
HSV(B)330.97º47.69%50.98%-
XYZ13.489.7612.73-
YUV89.96132.54156.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 98 (38.67% from 255) = 33.11%
R=43.92%
G=22.97%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130689800.480.250.49330.9731.3138.82
Hex824462030193114b1f27
Octal20210414206031615133747
Binary100000101000100110001001100001100111000110100101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824462; }

 p { color: rgb(130,68,98); }

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

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

 a { background-color: rgb(130,68,98); }

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

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

 span { border-color: rgb(130,68,98); }

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