#824F67

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

Shades of Cosmic #824F67

Tints of Cosmic #824F67

Color information

#824F67 (or 0x824F67) is unknown color: approx Cosmic. HEX triplet: 82, 4F and 67. RGB value is (130,79,103). Sum of RGB (Red+Green+Blue) = 130+79+103=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #824F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F67 is #7DB098. Grayscale: #606060. Windows color (decimal): -8237209 or 6770562. OLE color: 6770562.

HSL color Cylindrical-coordinate representation of color #824F67: hue angle of 331.76º 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 #824F67 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB13079103-
CMYK00.390.210.49
HSL331.76º24.4%40.98%-
HSV(B)331.76º39.23%50.98%-
XYZ14.4511.3214.25-
YUV96.98131.4151.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=41.67%
G=25.32%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307910300.390.210.49331.7624.440.98
Hex824F67027153114c1829
Octal20211714704725615143051
Binary100000101001111110011101001111010111000110100110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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