#864272

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

Shades of Cosmic #864272

Tints of Cosmic #864272

Color information

#864272 (or 0x864272) is unknown color: approx Cosmic. HEX triplet: 86, 42 and 72. RGB value is (134,66,114). Sum of RGB (Red+Green+Blue) = 134+66+114=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #864272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864272 is #79BD8D. Grayscale: #5B5B5B. Windows color (decimal): -7978382 or 7488134. OLE color: 7488134.

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

Color convert

RGB13466114-
CMYK00.510.150.47
HSL317.65º34%39.22%-
HSV(B)317.65º50.75%52.55%-
XYZ14.8210.1817.1-
YUV91.8140.53158.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=42.68%
G=21.02%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346611400.510.150.47317.653439.22
Hex864272033F2F13e2227
Octal20610216206317574764247
Binary100001101000010111001001100111111101111100111110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864272; }

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

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

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

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

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

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

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

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