#825372

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

Shades of Cosmic #825372

Tints of Cosmic #825372

Color information

#825372 (or 0x825372) is unknown color: approx Cosmic. HEX triplet: 82, 53 and 72. RGB value is (130,83,114). Sum of RGB (Red+Green+Blue) = 130+83+114=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #825372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825372 is #7DAC8D. Grayscale: #646464. Windows color (decimal): -8236174 or 7492482. OLE color: 7492482.

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

Color convert

RGB13083114-
CMYK00.360.120.49
HSL320.43º22.07%41.76%-
HSV(B)320.43º36.15%50.98%-
XYZ15.3412.1517.46-
YUV100.59135.57148.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=39.76%
G=25.38%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308311400.360.120.49320.4322.0741.76
Hex825372024C31140162a
Octal20212316204414615002652
Binary10000010101001111100100100100110011000110100000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825372; }

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

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

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

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

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

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

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

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