#824667

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

Shades of Cosmic #824667

Tints of Cosmic #824667

Color information

#824667 (or 0x824667) is unknown color: approx Cosmic. HEX triplet: 82, 46 and 67. RGB value is (130,70,103). Sum of RGB (Red+Green+Blue) = 130+70+103=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #824667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824667 is #7DB998. Grayscale: #5B5B5B. Windows color (decimal): -8239513 or 6768258. OLE color: 6768258.

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

Color convert

RGB13070103-
CMYK00.460.210.49
HSL327º30%39.22%-
HSV(B)327º46.15%50.98%-
XYZ13.8410.1114.05-
YUV91.7134.38155.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 103 (40.62% from 255) = 33.99%
R=42.90%
G=23.10%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307010300.460.210.493273039.22
Hex82466702E15311471e27
Octal20210614705625615073647
Binary100000101000110110011101011101010111000110100011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824667; }

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

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

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

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

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

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

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

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