#855372

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

Shades of Cosmic #855372

Tints of Cosmic #855372

Color information

#855372 (or 0x855372) is unknown color: approx Cosmic. HEX triplet: 85, 53 and 72. RGB value is (133,83,114). Sum of RGB (Red+Green+Blue) = 133+83+114=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #855372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855372 is #7AAC8D. Grayscale: #656565. Windows color (decimal): -8039566 or 7492485. OLE color: 7492485.

HSL color Cylindrical-coordinate representation of color #855372: hue angle of 322.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855372 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13383114-
CMYK00.380.140.48
HSL322.8º23.15%42.35%-
HSV(B)322.8º37.59%52.16%-
XYZ15.812.3917.48-
YUV101.48135.06150.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=40.30%
G=25.15%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338311400.380.140.48322.823.1542.35
Hex855372026E30143172a
Octal20512316204616605032752
Binary10000101101001111100100100110111011000010100001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855372; }

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

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

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

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

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

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

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

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