#824B66

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

Shades of Cosmic #824B66

Tints of Cosmic #824B66

Color information

#824B66 (or 0x824B66) is unknown color: approx Cosmic. HEX triplet: 82, 4B and 66. RGB value is (130,75,102). Sum of RGB (Red+Green+Blue) = 130+75+102=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #824B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824B66 is #7DB499. Grayscale: #5E5E5E. Windows color (decimal): -8238234 or 6704002. OLE color: 6704002.

HSL color Cylindrical-coordinate representation of color #824B66: hue angle of 330.55º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #824B66 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13075102-
CMYK00.420.220.49
HSL330.55º26.83%40.2%-
HSV(B)330.55º42.31%50.98%-
XYZ14.1210.7413.9-
YUV94.52132.22153.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=42.35%
G=24.43%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307510200.420.220.49330.5526.8340.2
Hex824B6602A163114b1b28
Octal20211314605226615133350
Binary100000101001011110011001010101011011000110100101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824B66; }

 p { color: rgb(130,75,102); }

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

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

 a { background-color: rgb(130,75,102); }

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

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

 span { border-color: rgb(130,75,102); }

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