#825368

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

Shades of Cosmic #825368

Tints of Cosmic #825368

Color information

#825368 (or 0x825368) is unknown color: approx Cosmic. HEX triplet: 82, 53 and 68. RGB value is (130,83,104). Sum of RGB (Red+Green+Blue) = 130+83+104=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #825368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825368 is #7DAC97. Grayscale: #636363. Windows color (decimal): -8236184 or 6837122. OLE color: 6837122.

HSL color Cylindrical-coordinate representation of color #825368: hue angle of 333.19º 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 #825368 is Cyan = 0, Magento = 0.36, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB13083104-
CMYK00.360.20.49
HSL333.19º22.07%41.76%-
HSV(B)333.19º36.15%50.98%-
XYZ14.811.9314.62-
YUV99.45130.57149.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=41.01%
G=26.18%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308310400.360.20.49333.1922.0741.76
Hex825368024143114d162a
Octal20212315004424615152652
Binary100000101010011110100001001001010011000110100110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825368; }

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

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

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

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

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

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

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

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