#825367

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

Shades of Cosmic #825367

Tints of Cosmic #825367

Color information

#825367 (or 0x825367) is unknown color: approx Cosmic. HEX triplet: 82, 53 and 67. RGB value is (130,83,103). Sum of RGB (Red+Green+Blue) = 130+83+103=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #825367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825367 is #7DAC98. Grayscale: #636363. Windows color (decimal): -8236185 or 6771586. OLE color: 6771586.

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

Color convert

RGB13083103-
CMYK00.360.210.49
HSL334.47º22.07%41.76%-
HSV(B)334.47º36.15%50.98%-
XYZ14.7511.9114.35-
YUV99.33130.07149.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 103 (40.62% from 255) = 32.59%
R=41.14%
G=26.27%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308310300.360.210.49334.4722.0741.76
Hex825367024153114e162a
Octal20212314704425615162652
Binary100000101010011110011101001001010111000110100111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825367; }

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

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

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

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

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

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

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

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