#864472

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

Shades of Cosmic #864472

Tints of Cosmic #864472

Color information

#864472 (or 0x864472) is unknown color: approx Cosmic. HEX triplet: 86, 44 and 72. RGB value is (134,68,114). Sum of RGB (Red+Green+Blue) = 134+68+114=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #864472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864472 is #79BB8D. Grayscale: #5C5C5C. Windows color (decimal): -7977870 or 7488646. OLE color: 7488646.

HSL color Cylindrical-coordinate representation of color #864472: hue angle of 318.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #864472 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13468114-
CMYK00.490.150.47
HSL318.18º32.67%39.61%-
HSV(B)318.18º49.25%52.55%-
XYZ14.9410.4217.14-
YUV92.98139.87157.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=42.41%
G=21.52%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346811400.490.150.47318.1832.6739.61
Hex864472031F2F13e2128
Octal20610416206117574764150
Binary100001101000100111001001100011111101111100111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864472; }

 p { color: rgb(134,68,114); }

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

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

 a { background-color: rgb(134,68,114); }

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

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

 span { border-color: rgb(134,68,114); }

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