#824767

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

Shades of Cosmic #824767

Tints of Cosmic #824767

Color information

#824767 (or 0x824767) is unknown color: approx Cosmic. HEX triplet: 82, 47 and 67. RGB value is (130,71,103). Sum of RGB (Red+Green+Blue) = 130+71+103=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #824767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824767 is #7DB898. Grayscale: #5C5C5C. Windows color (decimal): -8239257 or 6768514. OLE color: 6768514.

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

Color convert

RGB13071103-
CMYK00.450.210.49
HSL327.46º29.35%39.41%-
HSV(B)327.46º45.38%50.98%-
XYZ13.9110.2314.07-
YUV92.29134.05154.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 103 (40.62% from 255) = 33.88%
R=42.76%
G=23.36%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307110300.450.210.49327.4629.3539.41
Hex82476702D15311471d27
Octal20210714705525615073547
Binary100000101000111110011101011011010111000110100011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824767; }

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

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

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

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

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

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

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

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