#824C67

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

Shades of Cosmic #824C67

Tints of Cosmic #824C67

Color information

#824C67 (or 0x824C67) is unknown color: approx Cosmic. HEX triplet: 82, 4C and 67. RGB value is (130,76,103). Sum of RGB (Red+Green+Blue) = 130+76+103=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #824C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824C67 is #7DB398. Grayscale: #5F5F5F. Windows color (decimal): -8237977 or 6769794. OLE color: 6769794.

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

Color convert

RGB13076103-
CMYK00.420.210.49
HSL330º26.21%40.39%-
HSV(B)330º41.54%50.98%-
XYZ14.2410.8914.18-
YUV95.22132.39152.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 103 (40.62% from 255) = 33.33%
R=42.07%
G=24.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307610300.420.210.4933026.2140.39
Hex824C6702A153114a1a28
Octal20211414705225615123250
Binary100000101001100110011101010101010111000110100101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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