#824F6B

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

Shades of Cosmic #824F6B

Tints of Cosmic #824F6B

Color information

#824F6B (or 0x824F6B) is unknown color: approx Cosmic. HEX triplet: 82, 4F and 6B. RGB value is (130,79,107). Sum of RGB (Red+Green+Blue) = 130+79+107=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #824F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F6B is #7DB094. Grayscale: #616161. Windows color (decimal): -8237205 or 7032706. OLE color: 7032706.

HSL color Cylindrical-coordinate representation of color #824F6B: hue angle of 327.06º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #824F6B is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13079107-
CMYK00.390.180.49
HSL327.06º24.4%40.98%-
HSV(B)327.06º39.23%50.98%-
XYZ14.6611.415.34-
YUV97.44133.4151.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 79 (31.25% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=41.14%
G=25%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307910700.390.180.49327.0624.440.98
Hex824F6B02712311471829
Octal20211715304722615073051
Binary100000101001111110101101001111001011000110100011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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